aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-09-19 18:42:07 +0200
committerWilliam Hergès <william@herges.fr>2025-09-19 18:42:07 +0200
commit398213f2088b775787d4c022b5704366fdfe1aa9 (patch)
treeee3f49a092c8aa41ca1fc70f87d92064367755f9 /go.mod
parent9d1ea00a2f7436ddddfad6b739adc0f433ecf9cd (diff)
build(gokord): bump to latest nightly
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 9201ec1..b587589 100644
--- a/go.mod
+++ b/go.mod
@@ -5,9 +5,9 @@ go 1.24.0
toolchain go1.24.6
require (
- github.com/anhgelus/gokord v0.11.1-0.20250918172043-d5177a0473b0
+ github.com/anhgelus/gokord v0.11.1-0.20250919163649-80ed0b18f923
github.com/joho/godotenv v1.5.1
- github.com/nyttikord/gokord v0.30.1-0.20250918171410-c7667e5caf21
+ github.com/nyttikord/gokord v0.30.1-0.20250919163233-9ebc33ea8afe
github.com/pelletier/go-toml/v2 v2.2.4
gorm.io/driver/postgres v1.6.0
gorm.io/gorm v1.31.0