-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathgo.mod
22 lines (21 loc) · 975 Bytes
/
go.mod
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/hieven/go-instagram
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/elazarl/goproxy v0.0.0-20181111060418-2ce16c963a8a // indirect
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/mvdan/xurls v1.1.0 // indirect
github.com/onsi/ginkgo v1.7.0
github.com/onsi/gomega v1.4.3
github.com/parnurzeal/gorequest v0.2.15
github.com/pkg/errors v0.0.0-20171018195549-f15c970de5b7 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/satori/go.uuid v0.0.0-20170321230731-5bf94b69c6b6
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect
github.com/stretchr/objx v0.1.1 // indirect
github.com/stretchr/testify v1.1.4
gopkg.in/redis.v5 v5.2.9
mvdan.cc/xurls v1.1.0
)