Update all dependencies

This commit is contained in:
Renovate Bot 2024-02-13 17:14:40 +00:00
parent 1c2c1b311b
commit 554878e965
2 changed files with 15 additions and 5 deletions

10
go.mod
View file

@ -4,10 +4,10 @@ go 1.21
require (
github.com/dgraph-io/badger/v4 v4.2.0
github.com/disgoorg/disgo v0.17.0
github.com/disgoorg/disgo v0.17.2
github.com/disgoorg/log v1.2.1
github.com/disgoorg/snowflake/v2 v2.0.1
golang.org/x/net v0.20.0
golang.org/x/net v0.21.0
)
require (
@ -25,9 +25,9 @@ require (
github.com/gorilla/websocket v1.5.1 // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/sys v0.17.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
)