forked from PonyvilleFM/aura
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
44 lines (33 loc) · 838 Bytes
/
Gopkg.toml
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
[[dependencies]]
branch = "master"
name = "github.com/Pallinder/go-randomdata"
[[dependencies]]
branch = "master"
name = "github.com/Sirupsen/logrus"
[[dependencies]]
branch = "master"
name = "github.com/bwmarrin/discordgo"
[[dependencies]]
branch = "master"
name = "github.com/dghubble/go-twitter"
[[dependencies]]
branch = "master"
name = "github.com/dghubble/oauth1"
[[dependencies]]
branch = "master"
name = "github.com/google/gops"
[[dependencies]]
branch = "master"
name = "github.com/joho/godotenv"
[[dependencies]]
branch = "master"
name = "github.com/paddycarey/gophy"
[[dependencies]]
branch = "master"
name = "github.com/speps/go-hashids"
[[dependencies]]
branch = "master"
name = "github.com/tebeka/strftime"
[[dependencies]]
branch = "master"
name = "golang.org/x/time"