Update module github.com/disgoorg/disgo to v0.17.0
This commit is contained in:
parent
8dc450a604
commit
9b01b4acec
2 changed files with 8 additions and 3 deletions
6
go.mod
6
go.mod
|
@ -4,7 +4,7 @@ go 1.21
|
|||
|
||||
require (
|
||||
github.com/dgraph-io/badger/v4 v4.2.0
|
||||
github.com/disgoorg/disgo v0.16.12
|
||||
github.com/disgoorg/disgo v0.17.0
|
||||
github.com/disgoorg/log v1.2.1
|
||||
github.com/disgoorg/snowflake/v2 v2.0.1
|
||||
golang.org/x/net v0.18.0
|
||||
|
@ -22,11 +22,11 @@ require (
|
|||
github.com/golang/snappy v0.0.4 // indirect
|
||||
github.com/google/flatbuffers v23.5.26+incompatible // indirect
|
||||
github.com/google/go-cmp v0.5.9 // indirect
|
||||
github.com/gorilla/websocket v1.5.0 // indirect
|
||||
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/stretchr/testify v1.8.2 // indirect
|
||||
github.com/stretchr/testify v1.8.4 // indirect
|
||||
go.opencensus.io v0.24.0 // indirect
|
||||
golang.org/x/crypto v0.15.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue