2020-09-29 19:44:42 +03:00
module github . com / oauth2 - proxy / oauth2 - proxy / v7
2019-07-13 23:24:40 +03:00
2022-04-14 17:52:43 +03:00
go 1.18
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
2021-04-18 20:25:57 +03:00
github . com / benbjohnson / clock v1 . 1.1 - 0.20210213131748 - c97fc7b6bee0
2019-07-13 23:24:40 +03:00
github . com / bitly / go - simplejson v0 . 5.0
2021-06-02 21:08:19 +03:00
github . com / bsm / redislock v0 . 7.0
2021-07-17 19:55:05 +03:00
github . com / coreos / go - oidc / v3 v3 . 0.0
2022-02-16 16:25:59 +03:00
github . com / dgrijalva / jwt - go v3 . 2.0 + incompatible
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
2021-07-29 19:45:41 +03:00
github . com / golang - jwt / jwt v3 . 2.1 + incompatible
2021-03-21 21:20:57 +03:00
github . com / google / uuid v1 . 2.0
2021-02-22 18:55:08 +03:00
github . com / gorilla / mux v1 . 8.0
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
2022-02-16 16:25:59 +03:00
github . com / oauth2 - proxy / mockoidc v0 . 0.0 - 20210703044157 - 382 d3faf2671
2020-11-07 19:30:00 +03:00
github . com / oauth2 - proxy / tools / reference - gen v0 . 0.0 - 20210118095127 - 56 ffd7384404
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
2022-05-14 00:53:24 +03:00
github . com / prometheus / client_golang v1 . 11.1
2021-06-26 13:48:49 +03:00
github . com / spf13 / cast v1 . 3.0
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
2022-02-16 16:25:59 +03:00
github . com / stretchr / testify v1 . 7.0
2020-07-13 22:56:05 +03:00
github . com / vmihailenco / msgpack / v4 v4 . 3.11
2022-05-14 00:53:24 +03:00
golang . org / x / crypto v0 . 0.0 - 20220411220226 - 7 b82a4e95df4
golang . org / x / net v0 . 0.0 - 20211112202133 - 69 e39bad7dc2
2020-03-14 13:14:15 +03:00
golang . org / x / oauth2 v0 . 0.0 - 20200107190931 - bf48bf16ab8d
2021-02-14 16:50:35 +03:00
golang . org / x / sync v0 . 0.0 - 20201207232520 - 09787 c993a3a
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
2021-07-17 19:55:05 +03:00
gopkg . in / square / go - jose . v2 v2 . 5.1
2020-10-24 09:43:27 +03:00
k8s . io / apimachinery v0 . 19.3
2019-07-13 23:24:40 +03:00
)
2021-12-17 18:37:43 +03:00
require (
cloud . google . com / go v0 . 38.0 / / indirect
github . com / alicebob / gopher - json v0 . 0.0 - 20200520072559 - a9ecdc9d1d3a / / indirect
github . com / beorn7 / perks v1 . 0.1 / / indirect
github . com / bmizerany / assert v0 . 0.0 - 20160611221934 - b7ed37b82869 / / indirect
github . com / cespare / xxhash / v2 v2 . 1.1 / / indirect
github . com / davecgh / go - spew v1 . 1.1 / / indirect
github . com / dgryski / go - rendezvous v0 . 0.0 - 20200823014737 - 9 f7001d12a5f / / indirect
github . com / frankban / quicktest v1 . 10.0 / / indirect
github . com / go - logr / logr v0 . 2.0 / / indirect
github . com / golang / groupcache v0 . 0.0 - 20191227052852 - 215 e87163ea7 / / indirect
github . com / golang / protobuf v1 . 4.3 / / indirect
github . com / googleapis / gax - go / v2 v2 . 0.5 / / indirect
github . com / hashicorp / hcl v1 . 0.0 / / indirect
github . com / magiconair / properties v1 . 8.1 / / indirect
github . com / matttproud / golang_protobuf_extensions v1 . 0.1 / / indirect
github . com / nxadm / tail v1 . 4.4 / / indirect
github . com / pelletier / go - toml v1 . 2.0 / / indirect
github . com / pmezard / go - difflib v1 . 0.0 / / indirect
github . com / prometheus / client_model v0 . 2.0 / / indirect
2022-05-14 00:53:24 +03:00
github . com / prometheus / common v0 . 26.0 / / indirect
github . com / prometheus / procfs v0 . 6.0 / / indirect
2021-12-17 18:37:43 +03:00
github . com / spf13 / afero v1 . 1.2 / / indirect
github . com / spf13 / jwalterweatherman v1 . 0.0 / / indirect
github . com / subosito / gotenv v1 . 2.0 / / indirect
github . com / vmihailenco / tagparser v0 . 1.1 / / indirect
github . com / yuin / gopher - lua v0 . 0.0 - 20191220021717 - ab39c6098bdb / / indirect
go . opencensus . io v0 . 22.2 / / indirect
go . opentelemetry . io / otel v0 . 11.0 / / indirect
golang . org / x / sys v0 . 0.0 - 20210615035016 - 665 e8c7367d1 / / indirect
2022-05-14 00:53:24 +03:00
golang . org / x / text v0 . 3.7 / / indirect
2021-12-17 18:37:43 +03:00
golang . org / x / xerrors v0 . 0.0 - 20191204190536 - 9 bdfabe68543 / / indirect
google . golang . org / appengine v1 . 6.5 / / indirect
google . golang . org / genproto v0 . 0.0 - 20200526211855 - cb27e3aa2013 / / indirect
google . golang . org / grpc v1 . 27.0 / / indirect
2022-05-14 00:53:24 +03:00
google . golang . org / protobuf v1 . 26.0 - rc . 1 / / indirect
2021-12-17 18:37:43 +03:00
gopkg . in / ini . v1 v1 . 51.0 / / indirect
gopkg . in / tomb . v1 v1 . 0.0 - 20141024135613 - dd632973f1e7 / / indirect
gopkg . in / yaml . v2 v2 . 3.0 / / indirect
gopkg . in / yaml . v3 v3 . 0.0 - 20200313102051 - 9 f266ea9e77c / / indirect
k8s . io / gengo v0 . 0.0 - 20201113003025 - 83324 d819ded / / indirect
k8s . io / klog / v2 v2 . 4.0 / / indirect
)