diff options
| author | William Hergès <william@herges.fr> | 2025-09-27 17:34:38 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-09-27 17:34:38 +0200 |
| commit | cfdba5f417bb31aac564d13becc09874f17d075d (patch) | |
| tree | 5f79f01bdab1fae108ca93be05e2c7fd8898bc08 /go.mod | |
| parent | dca669455f4746666fd3a1177a4db2eaa5320cb7 (diff) | |
build(gokord): bump to latest nightly
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,10 +5,10 @@ go 1.24.0 toolchain go1.24.6 require ( - github.com/anhgelus/gokord v0.12.1-0.20250926161635-21b1b138fd90 + github.com/anhgelus/gokord v0.12.1-0.20250927153335-e73ec7a067f2 github.com/jackc/pgx/v5 v5.7.5 github.com/joho/godotenv v1.5.1 - github.com/nyttikord/gokord v0.31.1-0.20250926154959-93603cbc1df5 + github.com/nyttikord/gokord v0.31.1-0.20250927153129-9bed7a4b26bf github.com/pelletier/go-toml/v2 v2.2.4 golang.org/x/image v0.30.0 gonum.org/v1/plot v0.16.0 @@ -33,7 +33,7 @@ require ( github.com/jinzhu/inflection v1.0.0 // indirect 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 + github.com/redis/go-redis/v9 v9.15.0 // indirect golang.org/x/crypto v0.42.0 // indirect golang.org/x/sync v0.17.0 // indirect golang.org/x/sys v0.36.0 // indirect |
