go-bot/go.mod

18 lines
344 B
Modula-2
Raw Permalink Normal View History

2024-04-01 09:42:29 +08:00
module go-bot
2024-04-23 20:38:37 +08:00
go 1.22.2
require github.com/BurntSushi/toml v1.3.2
2024-04-14 19:08:12 +08:00
2024-04-20 15:11:49 +08:00
require (
2024-04-23 20:38:37 +08:00
github.com/goccy/go-json v0.10.2
2024-04-20 15:11:49 +08:00
github.com/mattn/go-sqlite3 v1.14.22
)
require (
github.com/moul/http2curl v1.0.0 // indirect
github.com/parnurzeal/gorequest v0.3.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/net v0.26.0 // indirect
)