-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (34 loc) · 1.42 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/get-got/discord-utility-bot
go 1.19
require (
github.com/AvraamMavridis/randomcolor v0.0.0-20180822172341-208aff70bf2c
github.com/Necroforger/dgrouter v0.0.0-20200517224846-e66453b957c1
github.com/bwmarrin/discordgo v0.27.0
github.com/elastic/go-sysinfo v1.11.1
github.com/fatih/color v1.14.1
github.com/fsnotify/fsnotify v1.6.0
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/hashicorp/go-version v1.6.0
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
github.com/muhammadmuzzammil1998/jsonc v1.0.0
github.com/zcalusic/sysinfo v1.0.1
github.com/zmb3/spotify/v2 v2.3.1
golang.org/x/oauth2 v0.4.0
)
require (
github.com/elastic/go-windows v1.0.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb // indirect
)
replace github.com/bwmarrin/discordgo => github.com/get-got/discordgo v0.27.0-gg.1