From 8885566932c965926ee64fad6404e6f26bc13220 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?William=20Herg=C3=A8s?= Date: Sat, 13 Sep 2025 13:32:01 +0200 Subject: build(gokord): upgrade to latest version --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c46a307..ea40184 100644 --- a/go.mod +++ b/go.mod @@ -5,12 +5,12 @@ go 1.24.0 toolchain go1.24.6 require ( - github.com/anhgelus/gokord v0.11.1-0.20250911112818-b436d35950ae + github.com/anhgelus/gokord v0.11.1-0.20250913111909-19135e5d37be github.com/joho/godotenv v1.5.1 - github.com/nyttikord/gokord v0.30.0 + github.com/nyttikord/gokord v0.30.1-0.20250913111646-475b917cccfb github.com/pelletier/go-toml/v2 v2.2.4 gorm.io/driver/postgres v1.6.0 - gorm.io/gorm v1.30.5 + gorm.io/gorm v1.31.0 ) require ( -- cgit v1.2.3