forked from UCCNetsoc/discord-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
18 lines (16 loc) · 657 Bytes
/
go.mod
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
)