-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.36 KB
/
Copy pathgo.mod
File metadata and controls
34 lines (31 loc) · 1.36 KB
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
27
28
29
30
31
32
33
34
module github.com/aplombomb/boombot
go 1.15
require (
github.com/andersfylling/disgord v0.35.1
github.com/andersfylling/snowflake/v4 v4.0.3
github.com/aws/aws-sdk-go v1.35.26
github.com/bwmarrin/discordgo v0.26.1
github.com/bwmarrin/disgord v0.0.0-20200407171809-1fe97f20c0de
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/mock v1.6.0
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/jonas747/dca v0.0.0-20210930103944-155f5e5f0cc7
github.com/jonas747/ogg v0.0.0-20161220051205-b4f6f4cf3757 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/lib/pq v1.10.7
github.com/sirupsen/logrus v1.9.0
go.uber.org/atomic v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect
golang.org/x/net v0.0.0-20221017152216-f25eb7ecb193 // indirect
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
google.golang.org/api v0.99.0
google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a // indirect
google.golang.org/grpc v1.50.1 // indirect
)
// replace github.com/andersfylling/disgord => ../disgord