diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-08-06 02:22:06 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-08-06 02:22:06 +0200 |
| commit | 5a8da1eaeb9434a18e553a5c50490d06b54a6a1d (patch) | |
| tree | 582ccc08571a276c542904e3aaf482d247c7fa32 /go.mod | |
| parent | d72004ae1470711d8a58199d89edfcfccd6ea77f (diff) | |
build(gokord): upgrade to latest version
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3,7 +3,7 @@ module github.com/anhgelus/les-copaings-bot go 1.24 require ( - github.com/anhgelus/gokord v0.10.3 + github.com/anhgelus/gokord v0.11.1-0.20250806000243-ddfebe2ca6f1 github.com/bwmarrin/discordgo v0.29.0 github.com/joho/godotenv v1.5.1 github.com/pelletier/go-toml/v2 v2.2.4 @@ -21,9 +21,9 @@ require ( github.com/jackc/puddle/v2 v2.2.2 // indirect github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.1.5 // indirect - github.com/redis/go-redis/v9 v9.9.0 // indirect - golang.org/x/crypto v0.38.0 // indirect - golang.org/x/sync v0.14.0 // indirect - golang.org/x/sys v0.33.0 // indirect - golang.org/x/text v0.25.0 // indirect + github.com/redis/go-redis/v9 v9.12.0 // indirect + golang.org/x/crypto v0.40.0 // indirect + golang.org/x/sync v0.16.0 // indirect + golang.org/x/sys v0.34.0 // indirect + golang.org/x/text v0.27.0 // indirect ) |
