forked from riking/AutoDelete
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 747 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 747 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/riking/AutoDelete
go 1.13
require (
github.com/bwmarrin/discordgo v0.20.2
github.com/dgryski/go-sip13 v0.0.0-20190329191031-25c5027a8c7b
github.com/golang/protobuf v1.3.2
github.com/gorilla/websocket v1.4.0
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.4.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.9.1
golang.org/x/crypto v0.0.0-20190411191339-88737f569e3a
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82
google.golang.org/appengine v1.5.0
gopkg.in/yaml.v2 v2.2.5
)
replace github.com/bwmarrin/discordgo => ./vendor/github.com/bwmarrin/discordgo