forked from openshift/oauth-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 820 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/openshift/oauth-proxy
go 1.13
require (
github.com/18F/hmacauth v0.0.0-20151013130326-9232a6386b73
github.com/BurntSushi/toml v0.3.1
github.com/bitly/go-simplejson v0.5.1-0.20170206154632-da1a8928f709
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
github.com/fsnotify/fsnotify v1.4.7
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7 // indirect
github.com/mreiferson/go-options v0.0.0-20161229190002-77551d20752b
github.com/openshift/library-go v0.0.0-20190731063920-9fac0f4cee90
github.com/yhat/wsutil v0.0.0-20170731153501-1d66fa95c997
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.0
k8s.io/apiserver v0.17.0
k8s.io/client-go v0.17.0
)