-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (19 loc) · 939 Bytes
/
go.mod
File metadata and controls
20 lines (19 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/iafoosball/auth-service
require (
cloud.google.com/go/compute/metadata v0.0.0-20181114215827-b51c7c77b284 // indirect
github.com/danilopolani/gocialite v0.0.0-20180518151934-b634b3ae5d60
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gomodule/redigo v2.0.0+incompatible
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2
github.com/oleiade/reflections v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2 // indirect
golang.org/x/net v0.0.0-20181114220301-adae6a3d119a // indirect
golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
google.golang.org/appengine v1.3.0 // indirect
gopkg.in/danilopolani/gocialite.v0 v0.0.0-20180518151934-b634b3ae5d60
gopkg.in/oleiade/reflections.v1 v1.0.0 // indirect
)