2020-03-29 15:54:36 +02:00
|
|
|
module github.com/oauth2-proxy/oauth2-proxy
|
2019-07-13 22:24:40 +02:00
|
|
|
|
2020-03-29 13:53:22 +02:00
|
|
|
go 1.14
|
2019-07-13 22:24:40 +02:00
|
|
|
|
|
|
|
require (
|
2020-05-27 19:40:50 +02:00
|
|
|
github.com/Bose/minisentinel v0.0.0-20200130220412-917c5a9223bb
|
2020-05-10 17:59:17 +02:00
|
|
|
github.com/alicebob/miniredis/v2 v2.13.0
|
2019-07-13 22:24:40 +02:00
|
|
|
github.com/bitly/go-simplejson v0.5.0
|
2020-04-04 17:12:38 +02:00
|
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
2020-03-14 12:14:15 +02:00
|
|
|
github.com/coreos/go-oidc v2.2.1+incompatible
|
2019-07-13 22:24:40 +02:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-04-04 17:12:38 +02:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
|
|
github.com/go-redis/redis/v7 v7.2.0
|
2020-06-14 17:42:05 +02:00
|
|
|
github.com/justinas/alice v1.2.0
|
2020-03-14 12:14:15 +02:00
|
|
|
github.com/kr/pretty v0.2.0 // indirect
|
2019-10-07 22:53:46 +02:00
|
|
|
github.com/mbland/hmacauth v0.0.0-20170912233209-44256dfd4bfa
|
2020-04-12 22:13:52 +02:00
|
|
|
github.com/mitchellh/mapstructure v1.1.2
|
2020-03-14 12:14:15 +02:00
|
|
|
github.com/onsi/ginkgo v1.12.0
|
|
|
|
github.com/onsi/gomega v1.9.0
|
2019-10-07 22:53:46 +02:00
|
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
2020-04-12 22:13:52 +02:00
|
|
|
github.com/spf13/pflag v1.0.3
|
|
|
|
github.com/spf13/viper v1.6.3
|
2020-03-14 12:14:15 +02:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2019-07-13 22:24:40 +02:00
|
|
|
github.com/yhat/wsutil v0.0.0-20170731153501-1d66fa95c997
|
2020-06-27 13:41:46 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
|
|
|
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
|
2020-03-14 12:14:15 +02:00
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
2020-05-10 17:59:17 +02:00
|
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
|
2020-04-04 17:12:38 +02:00
|
|
|
google.golang.org/api v0.20.0
|
2019-10-07 22:53:46 +02:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-03-14 12:14:15 +02:00
|
|
|
gopkg.in/square/go-jose.v2 v2.4.1
|
2019-07-13 22:24:40 +02:00
|
|
|
)
|