Update all dependencies
This commit is contained in:
parent
af7be42181
commit
ab20a82a2d
2 changed files with 18 additions and 6 deletions
12
go.mod
12
go.mod
|
@ -3,12 +3,12 @@ module grow.rievo.dev/discordBots
|
|||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/dgraph-io/badger/v4 v4.1.0
|
||||
github.com/dgraph-io/badger/v4 v4.2.0
|
||||
github.com/disgoorg/disgo v0.16.8
|
||||
github.com/disgoorg/log v1.2.1
|
||||
github.com/disgoorg/snowflake/v2 v2.0.1
|
||||
github.com/getsentry/sentry-go v0.22.0
|
||||
golang.org/x/net v0.11.0
|
||||
github.com/getsentry/sentry-go v0.23.0
|
||||
golang.org/x/net v0.14.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
@ -27,9 +27,9 @@ require (
|
|||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
|
||||
go.opencensus.io v0.24.0 // indirect
|
||||
golang.org/x/crypto v0.10.0 // indirect
|
||||
golang.org/x/crypto v0.12.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
|
||||
golang.org/x/sys v0.9.0 // indirect
|
||||
golang.org/x/text v0.10.0 // indirect
|
||||
golang.org/x/sys v0.11.0 // indirect
|
||||
golang.org/x/text v0.12.0 // indirect
|
||||
google.golang.org/protobuf v1.30.0 // indirect
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue