forked from Seklfreak/discord-image-downloader-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 1.05 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
module github.com/Seklfreak/discord-image-downloader-go
go 1.12
require (
bou.ke/monkey v1.0.1 // indirect
github.com/ChimeraCoder/anaconda v2.0.0+incompatible
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
github.com/HouzuoGuo/tiedot v0.0.0-20190123063644-be8ab1f1598e
github.com/Jeffail/gabs v1.2.0
github.com/PuerkitoBio/goquery v1.5.0
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
github.com/bwmarrin/discordgo v0.19.0
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
github.com/hashicorp/go-version v1.1.0
github.com/mvdan/xurls v1.1.0 // indirect
github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect
golang.org/x/net v0.0.0-20190322120337-addf6b3196f6
golang.org/x/oauth2 v0.0.0-20190319182350-c85d3e98c914
google.golang.org/api v0.2.0
gopkg.in/ini.v1 v1.42.0
mvdan.cc/xurls v1.1.0
)