build(go): install gokord and basic bot start

This commit is contained in:
Anhgelus Morhtuuzh 2024-04-14 14:15:40 +02:00
parent 4d98eee01b
commit a30bda9de3
No known key found for this signature in database
GPG key ID: CF4550297832A29F
3 changed files with 111 additions and 0 deletions

23
go.mod
View file

@ -1,3 +1,26 @@
module github.com/anhgelus/les-copaings-bot
go 1.22
require (
github.com/anhgelus/gokord v0.1.0 // indirect
github.com/bwmarrin/discordgo v0.28.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
github.com/jackc/pgx/v5 v5.5.5 // 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/pelletier/go-toml/v2 v2.2.1 // indirect
github.com/redis/go-redis/v9 v9.5.1 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
gorm.io/driver/postgres v1.5.7 // indirect
gorm.io/gorm v1.25.9 // indirect
)