From 6c86613b9d77a21856fba225e65ba740159e82a1 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 9 Oct 2025 21:29:04 +0200 Subject: build(gokord): use v0.13.1 --- go.mod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index aea3556..a4c194e 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.13.0 + github.com/anhgelus/gokord v0.13.1 github.com/jackc/pgx/v5 v5.7.5 github.com/joho/godotenv v1.5.1 - github.com/nyttikord/gokord v0.32.1-0.20251008154013-d45a1e0412eb + github.com/nyttikord/gokord v0.32.1 github.com/pelletier/go-toml/v2 v2.2.4 golang.org/x/image v0.30.0 gonum.org/v1/plot v0.16.0 @@ -34,8 +34,8 @@ require ( github.com/jinzhu/now v1.1.5 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/redis/go-redis/v9 v9.14.0 // indirect - golang.org/x/crypto v0.42.0 // indirect + golang.org/x/crypto v0.43.0 // indirect golang.org/x/sync v0.17.0 // indirect golang.org/x/sys v0.37.0 // indirect - golang.org/x/text v0.29.0 // indirect + golang.org/x/text v0.30.0 // indirect ) -- cgit v1.2.3