aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-09-28 16:30:50 +0200
committerWilliam Hergès <william@herges.fr>2025-09-28 16:30:50 +0200
commit8f6b5d6504ca6705012362689bfdbcaefdb46784 (patch)
tree901329244789b8d03d652ffa63f8573673125b4a /go.mod
parent741c69d8b728934f805b61db8915115e514e2945 (diff)
build(gokord): bump to v0.13.0
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 b7bc5af..ca6382f 100644
--- a/go.mod
+++ b/go.mod
@@ -5,10 +5,10 @@ go 1.24.0
toolchain go1.24.6
require (
- github.com/anhgelus/gokord v0.12.1-0.20250927153335-e73ec7a067f2
+ github.com/anhgelus/gokord v0.13.0
github.com/jackc/pgx/v5 v5.7.5
github.com/joho/godotenv v1.5.1
- github.com/nyttikord/gokord v0.31.1-0.20250927153129-9bed7a4b26bf
+ github.com/nyttikord/gokord v0.32.0
github.com/pelletier/go-toml/v2 v2.2.4
golang.org/x/image v0.30.0
gonum.org/v1/plot v0.16.0