aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-06-04 15:11:16 +0200
committerAnhgelus Morhtuuzh <anhgelus@anhgelus.world>2025-06-04 15:11:16 +0200
commit48eb4410ad14d74b3f1925d263b8fe32c472a648 (patch)
tree4b1092e502e06db17fbfd77e2c5c01b0b55123b5 /go.mod
parentb92911fb6ccd11910f394eef02090071d8d45114 (diff)
build(gokord): upgrade to 0.10.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 941d9a1..1321ae7 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.9.0
+ github.com/anhgelus/gokord v0.10.0
github.com/bwmarrin/discordgo v0.29.0
github.com/pelletier/go-toml/v2 v2.2.4
gorm.io/driver/postgres v1.5.11