forked from UCCNetsoc/discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 657 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/UCCNetsoc/discord-bot
go 1.14
require (
github.com/Strum355/log v1.1.0
github.com/bwmarrin/discordgo v0.20.3
github.com/dghubble/oauth1 v0.6.0
github.com/dustinkirkland/golang-petname v0.0.0-20191129215211-8e5a1ed0cff0
github.com/ericm/go-twitter v0.0.0-20200605182549-dd530d8e2eea
github.com/hashicorp/consul/api v1.4.0
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/sendgrid/rest v2.4.1+incompatible
github.com/sendgrid/sendgrid-go v3.5.0+incompatible
github.com/spf13/viper v1.6.3
golang.org/x/crypto v0.0.0-20200420201142-3c4aac89819a // indirect
)