-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
21 lines (19 loc) · 894 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/puppetlabs/auth-client
go 1.14
require (
github.com/coreos/go-oidc v0.0.0-20171002155002-a93f71fdfe73
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.3.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190222133341-cfaf5686ec79
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/sirupsen/logrus v1.4.0
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190311183353-d8887717615a
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 // indirect
golang.org/x/sys v0.0.0-20190312061237-fead79001313 // indirect
google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19 // indirect
google.golang.org/grpc v1.19.0
gopkg.in/h2non/gock.v1 v1.0.14
gopkg.in/square/go-jose.v2 v2.3.0 // indirect
)