28 lines
990 B
Modula-2
28 lines
990 B
Modula-2
module code.lowsec.club/okawari/go-discord-bot
|
|
|
|
go 1.22.5
|
|
|
|
require github.com/rs/zerolog v1.33.0
|
|
|
|
require (
|
|
github.com/bwmarrin/discordgo v0.28.1 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
|
|
github.com/jackc/pgx/v5 v5.6.0 // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/joho/godotenv v1.5.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
|
golang.org/x/crypto v0.25.0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
gorm.io/driver/postgres v1.5.9 // indirect
|
|
gorm.io/driver/sqlite v1.5.6 // indirect
|
|
gorm.io/gorm v1.25.11 // indirect
|
|
)
|