aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-08-06 02:22:06 +0200
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-08-06 02:22:06 +0200
commit5a8da1eaeb9434a18e553a5c50490d06b54a6a1d (patch)
tree582ccc08571a276c542904e3aaf482d247c7fa32 /go.mod
parentd72004ae1470711d8a58199d89edfcfccd6ea77f (diff)
build(gokord): upgrade to latest version
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod12
1 files changed, 6 insertions, 6 deletions
diff --git a/go.mod b/go.mod
index 0c5e711..d3fae23 100644
--- a/go.mod
+++ b/go.mod
@@ -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
)