-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
26 lines (23 loc) · 850 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/wavy-bot/bot
go 1.20
require (
github.com/caarlos0/env/v8 v8.0.0
github.com/disgoorg/disgo v0.16.5-0.20230511205658-3eb45b614935
github.com/disgoorg/disgolink/v2 v2.0.1
github.com/disgoorg/json v1.0.0
github.com/disgoorg/paginator v0.0.0-20230104145353-f988d828ede9
github.com/disgoorg/snowflake/v2 v2.0.1
github.com/getsentry/sentry-go v0.20.0
github.com/hashicorp/go-envparse v0.1.0
github.com/makasim/sentryhook v0.4.2
github.com/sirupsen/logrus v1.9.0
)
require (
github.com/disgoorg/log v1.2.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
)