diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 20 |
1 files changed, 11 insertions, 9 deletions
@@ -1,14 +1,16 @@ module git.anhgelus.world/anhgelus/les-copaings-bot -go 1.24 +go 1.24.0 + +toolchain go1.24.6 require ( - github.com/anhgelus/gokord v0.11.1-0.20250904142107-2d0e3c982bc3 - github.com/nyttikord/gokord v0.30.0 + github.com/anhgelus/gokord v0.11.1-0.20250911112818-b436d35950ae github.com/joho/godotenv v1.5.1 + github.com/nyttikord/gokord v0.30.0 github.com/pelletier/go-toml/v2 v2.2.4 gorm.io/driver/postgres v1.6.0 - gorm.io/gorm v1.30.3 + gorm.io/gorm v1.30.5 ) require ( @@ -29,11 +31,11 @@ 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.13.0 // indirect - golang.org/x/crypto v0.41.0 // indirect + github.com/redis/go-redis/v9 v9.14.0 // indirect + golang.org/x/crypto v0.42.0 // indirect golang.org/x/image v0.30.0 // indirect - golang.org/x/sync v0.16.0 // indirect - golang.org/x/sys v0.35.0 // indirect - golang.org/x/text v0.28.0 // indirect + golang.org/x/sync v0.17.0 // indirect + golang.org/x/sys v0.36.0 // indirect + golang.org/x/text v0.29.0 // indirect gonum.org/v1/plot v0.16.0 // indirect ) |
