aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-27 18:32:42 +0200
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-04-27 18:32:42 +0200
commit31930986fbff968d8517da0187c0de65d85ab79f (patch)
tree1088470fbf8a54b3145a002e55907b8da991706a /go.mod
parent460e2ee8815be4f809b1df9fd7894f9804ad9c81 (diff)
feat(deps): update to gokord v0.4.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 063ba65..bdd9995 100644
--- a/go.mod
+++ b/go.mod
@@ -3,10 +3,10 @@ module github.com/anhgelus/les-copaings-bot
go 1.22
require (
- github.com/anhgelus/gokord v0.3.0
+ github.com/anhgelus/gokord v0.4.0
github.com/bwmarrin/discordgo v0.28.1
github.com/redis/go-redis/v9 v9.5.1
- gorm.io/gorm v1.25.9
+ gorm.io/gorm v1.25.10
)
require (