This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
45 lines (43 loc) · 2.13 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
39
40
41
42
43
44
45
module sloth-music
go 1.18
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/PuerkitoBio/goquery v1.4.1 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/andybalholm/cascadia v1.0.0 // indirect
github.com/bwmarrin/discordgo v0.24.0 // indirect
github.com/disgoorg/disgo v0.8.8 // indirect
github.com/disgoorg/disgolink/dgolink v1.5.2 // indirect
github.com/disgoorg/disgolink/disgolink v1.5.2 // indirect
github.com/disgoorg/disgolink/lavalink v1.5.2 // indirect
github.com/disgoorg/log v1.2.0 // indirect
github.com/disgoorg/snowflake v1.1.0 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gompus/snowflake v0.0.4 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/gosimple/slug v1.2.0 // indirect
github.com/joho/godotenv v1.4.0 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/lukasl-dev/waterlink/v2 v2.0.0 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mattn/go-runewidth v0.0.7 // indirect
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
github.com/rhnvrm/lyric-api-go v0.1.3 // indirect
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect
github.com/sevlyar/go-daemon v0.1.5 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/struCoder/pidusage v0.1.3 // indirect
github.com/struCoder/pmgo v0.6.1 // indirect
github.com/zmb3/spotify/v2 v2.2.0 // indirect
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5 // indirect
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6 // indirect
)