2023-01-25 23:46:26 +00:00
|
|
|
module grow.rievo.dev/discordBots
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
2023-04-22 22:33:20 +00:00
|
|
|
github.com/dgraph-io/badger/v4 v4.1.0
|
2023-08-18 15:13:50 +00:00
|
|
|
github.com/disgoorg/disgo v0.16.8
|
|
|
|
github.com/disgoorg/log v1.2.1
|
2023-01-25 23:46:26 +00:00
|
|
|
github.com/disgoorg/snowflake/v2 v2.0.1
|
2023-06-23 07:36:58 +00:00
|
|
|
github.com/getsentry/sentry-go v0.22.0
|
|
|
|
golang.org/x/net v0.11.0
|
2023-01-25 23:46:26 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-04-22 22:33:20 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2023-03-04 11:54:08 +00:00
|
|
|
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
2023-05-18 15:09:24 +00:00
|
|
|
github.com/disgoorg/json v1.1.0 // indirect
|
2023-04-22 22:33:20 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
2023-03-04 11:54:08 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2023-04-22 22:33:20 +00:00
|
|
|
github.com/golang/glog v1.1.1 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2023-06-23 07:36:58 +00:00
|
|
|
github.com/google/flatbuffers v23.5.26+incompatible // indirect
|
2023-01-25 23:46:26 +00:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
2023-06-23 07:36:58 +00:00
|
|
|
github.com/klauspost/compress v1.16.6 // indirect
|
2023-03-04 11:54:08 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-01-25 23:46:26 +00:00
|
|
|
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
|
2023-04-22 22:33:20 +00:00
|
|
|
go.opencensus.io v0.24.0 // indirect
|
2023-06-23 07:36:58 +00:00
|
|
|
golang.org/x/crypto v0.10.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
|
2023-04-22 22:33:20 +00:00
|
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
2023-01-25 23:46:26 +00:00
|
|
|
)
|