aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-09-04 16:25:59 +0200
committerWilliam Hergès <william@herges.fr>2025-09-04 16:25:59 +0200
commit30ecd60b041398390f11fccdf46444fa28690bd8 (patch)
treec9b0e6a717cdd02e647bccb56de89916c89e93fb /go.mod
parent12585b20d504a664ce887d781bce1d299350d244 (diff)
build(gokord): upgrade to latest nightly
still use discordgo name before merging anhgelus/gokord with nyttikord/gokord
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 8d3de69..5a9a1fb 100644
--- a/go.mod
+++ b/go.mod
@@ -3,12 +3,12 @@ module git.anhgelus.world/anhgelus/les-copaings-bot
go 1.24
require (
- github.com/anhgelus/gokord v0.11.1-0.20250821122244-0aee6c37eef6
- github.com/bwmarrin/discordgo v0.29.0
+ github.com/anhgelus/gokord v0.11.1-0.20250904142107-2d0e3c982bc3
+ github.com/nyttikord/gokord v0.30.0
github.com/joho/godotenv v1.5.1
github.com/pelletier/go-toml/v2 v2.2.4
gorm.io/driver/postgres v1.6.0
- gorm.io/gorm v1.30.1
+ gorm.io/gorm v1.30.3
)
require (
@@ -29,7 +29,7 @@ require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
- github.com/redis/go-redis/v9 v9.12.1 // indirect
+ github.com/redis/go-redis/v9 v9.13.0 // indirect
golang.org/x/crypto v0.41.0 // indirect
golang.org/x/image v0.30.0 // indirect
golang.org/x/sync v0.16.0 // indirect