-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
20 lines (19 loc) · 918 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/mdanzinger/whatsapptistics
require (
github.com/aws/aws-sdk-go v1.15.49
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-redis/redis v6.14.1+incompatible
github.com/gopherjs/gopherjs v0.0.0-20181004151105-1babbf986f6f // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/joho/godotenv v1.3.0
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/onsi/gomega v1.4.2 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
github.com/stretchr/testify v1.2.2 // indirect
golang.org/x/net v0.0.0-20181005035420-146acd28ed58 // indirect
)