2020-09-29 19:44:42 +03:00
module github . com / oauth2 - proxy / oauth2 - proxy / v7
2019-07-13 23:24:40 +03:00
2020-09-12 07:47:42 +03:00
go 1.15
2019-07-13 23:24:40 +03:00
require (
2020-05-27 20:40:50 +03:00
github . com / Bose / minisentinel v0 . 0.0 - 20200130220412 - 917 c5a9223bb
2020-05-10 18:59:17 +03:00
github . com / alicebob / miniredis / v2 v2 . 13.0
2019-07-13 23:24:40 +03:00
github . com / bitly / go - simplejson v0 . 5.0
2020-04-04 18:12:38 +03:00
github . com / bmizerany / assert v0 . 0.0 - 20160611221934 - b7ed37b82869 / / indirect
2020-03-14 13:14:15 +03:00
github . com / coreos / go - oidc v2 . 2.1 + incompatible
2019-07-13 23:24:40 +03:00
github . com / dgrijalva / jwt - go v3 . 2.0 + incompatible
2020-07-13 22:56:05 +03:00
github . com / frankban / quicktest v1 . 10.0 / / indirect
2020-04-04 18:12:38 +03:00
github . com / fsnotify / fsnotify v1 . 4.9
2020-11-09 23:17:43 +03:00
github . com / ghodss / yaml v1 . 0.1 - 0.20190212211648 - 25 d852aebe32
2020-10-07 13:49:27 +03:00
github . com / go - redis / redis / v8 v8 . 2.3
2020-06-14 18:42:05 +03:00
github . com / justinas / alice v1 . 2.0
2019-10-07 23:53:46 +03:00
github . com / mbland / hmacauth v0 . 0.0 - 20170912233209 - 44256 dfd4bfa
2020-04-12 23:13:52 +03:00
github . com / mitchellh / mapstructure v1 . 1.2
2020-10-07 13:49:27 +03:00
github . com / onsi / ginkgo v1 . 14.1
github . com / onsi / gomega v1 . 10.2
2020-07-13 22:56:05 +03:00
github . com / pierrec / lz4 v2 . 5.2 + incompatible
2019-10-07 23:53:46 +03:00
github . com / pquerna / cachecontrol v0 . 0.0 - 20180517163645 - 1555304 b9b35 / / indirect
2020-10-24 09:43:27 +03:00
github . com / spf13 / pflag v1 . 0.5
2020-04-12 23:13:52 +03:00
github . com / spf13 / viper v1 . 6.3
2020-10-07 13:49:27 +03:00
github . com / stretchr / testify v1 . 6.1
2020-07-13 22:56:05 +03:00
github . com / vmihailenco / msgpack / v4 v4 . 3.11
2019-07-13 23:24:40 +03:00
github . com / yhat / wsutil v0 . 0.0 - 20170731153501 - 1 d66fa95c997
2020-10-24 09:43:27 +03:00
golang . org / x / crypto v0 . 0.0 - 20200622213623 - 75 b288015ac9
golang . org / x / net v0 . 0.0 - 20200707034311 - ab3426394381
2020-03-14 13:14:15 +03:00
golang . org / x / oauth2 v0 . 0.0 - 20200107190931 - bf48bf16ab8d
2020-04-04 18:12:38 +03:00
google . golang . org / api v0 . 20.0
2019-10-07 23:53:46 +03:00
gopkg . in / natefinch / lumberjack . v2 v2 . 0.0
2020-03-14 13:14:15 +03:00
gopkg . in / square / go - jose . v2 v2 . 4.1
2020-10-24 09:43:27 +03:00
k8s . io / apimachinery v0 . 19.3
2019-07-13 23:24:40 +03:00
)