aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--go.sum2
2 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 350a131..519374d 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
github.com/anhgelus/gokord v0.13.2-0.20251025205525-12213d3f60bc
github.com/jackc/pgx/v5 v5.7.5
github.com/joho/godotenv v1.5.1
- github.com/nyttikord/gokord v0.32.2-0.20260117124048-1bfc0b91d490
+ github.com/nyttikord/gokord v0.33.0
github.com/pelletier/go-toml/v2 v2.2.4
golang.org/x/image v0.30.0
gonum.org/v1/plot v0.16.0
diff --git a/go.sum b/go.sum
index e100860..60832e6 100644
--- a/go.sum
+++ b/go.sum
@@ -53,6 +53,8 @@ github.com/joho/godotenv v1.5.1/go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwA
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
github.com/nyttikord/gokord v0.32.2-0.20260117124048-1bfc0b91d490 h1:90OWX+zZ1z1w0M41OrknofWSEMH3ZqHXcKVkD6jV/+0=
github.com/nyttikord/gokord v0.32.2-0.20260117124048-1bfc0b91d490/go.mod h1:PS/ntyzpniZyArWmFa5OvOn6qJ5VnzRlRdDlTlcK3+c=
+github.com/nyttikord/gokord v0.33.0 h1:35GLEchFowBbz2vPqM55K8zOzch53340406RuMHJ9N8=
+github.com/nyttikord/gokord v0.33.0/go.mod h1:PS/ntyzpniZyArWmFa5OvOn6qJ5VnzRlRdDlTlcK3+c=
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=