2020-09-29 19:44:42 +03:00
module github . com / oauth2 - proxy / oauth2 - proxy / v7
2019-07-13 23:24:40 +03:00
2023-04-07 14:33:42 +03:00
go 1.19
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
2022-10-22 17:03:37 +03:00
github . com / alicebob / miniredis / v2 v2 . 23.0
github . com / benbjohnson / clock v1 . 3.0
2023-10-02 12:26:58 +03:00
github . com / bitly / go - simplejson v0 . 5.1
github . com / bsm / redislock v0 . 9.3
github . com / coreos / go - oidc / v3 v3 . 6.0
2022-10-22 17:03:37 +03:00
github . com / fsnotify / fsnotify v1 . 6.0
2020-11-09 23:17:43 +03:00
github . com / ghodss / yaml v1 . 0.1 - 0.20190212211648 - 25 d852aebe32
2022-05-29 15:48:09 +03:00
github . com / golang - jwt / jwt v3 . 2.2 + incompatible
2022-10-22 17:03:37 +03:00
github . com / google / uuid v1 . 3.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
2022-10-25 22:28:49 +03:00
github . com / mitchellh / mapstructure v1 . 1.2
2022-05-29 15:48:09 +03:00
github . com / oauth2 - proxy / mockoidc v0 . 0.0 - 20220221072942 - e3afe97dec43
2020-11-07 19:30:00 +03:00
github . com / oauth2 - proxy / tools / reference - gen v0 . 0.0 - 20210118095127 - 56 ffd7384404
2023-08-24 15:40:43 +03:00
github . com / ohler55 / ojg v1 . 14.5
2022-10-24 18:41:06 +03:00
github . com / onsi / ginkgo v1 . 16.5
2023-10-02 12:26:58 +03:00
github . com / onsi / gomega v1 . 27.8
2022-10-25 20:48:03 +03:00
github . com / pierrec / lz4 / v4 v4 . 1.17
2023-10-02 12:26:58 +03:00
github . com / prometheus / client_golang v1 . 15.1
github . com / redis / go - redis / v9 v9 . 0.5
github . com / spf13 / cast v1 . 5.1
2020-10-24 09:43:27 +03:00
github . com / spf13 / pflag v1 . 0.5
2022-10-25 22:28:49 +03:00
github . com / spf13 / viper v1 . 6.3
2023-10-02 12:26:58 +03:00
github . com / stretchr / testify v1 . 8.3
2022-10-25 20:48:03 +03:00
github . com / vmihailenco / msgpack / v5 v5 . 3.5
2023-10-24 14:33:03 +03:00
golang . org / x / crypto v0 . 14.0
2023-10-02 12:26:58 +03:00
golang . org / x / exp v0 . 0.0 - 20230522175609 - 2 e198f4a06a1
2023-10-24 14:33:03 +03:00
golang . org / x / net v0 . 17.0
2023-10-02 12:26:58 +03:00
golang . org / x / oauth2 v0 . 8.0
golang . org / x / sync v0 . 2.0
google . golang . org / api v0 . 125.0
2023-04-07 14:33:42 +03:00
gopkg . in / natefinch / lumberjack . v2 v2 . 2.1
2022-05-29 15:48:09 +03:00
gopkg . in / square / go - jose . v2 v2 . 6.0
2023-10-02 12:26:58 +03:00
k8s . io / apimachinery v0 . 27.2
2019-07-13 23:24:40 +03:00
)
2021-12-17 18:37:43 +03:00
require (
2023-10-02 12:26:58 +03:00
cloud . google . com / go / compute v1 . 20.0 / / indirect
2023-04-07 14:33:42 +03:00
cloud . google . com / go / compute / metadata v0 . 2.3 / / indirect
2021-12-17 18:37:43 +03:00
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
2023-03-05 20:12:55 +03:00
github . com / cespare / xxhash / v2 v2 . 2.0 / / indirect
2021-12-17 18:37:43 +03:00
github . com / davecgh / go - spew v1 . 1.1 / / indirect
github . com / dgryski / go - rendezvous v0 . 0.0 - 20200823014737 - 9 f7001d12a5f / / indirect
2023-03-05 20:12:55 +03:00
github . com / go - jose / go - jose / v3 v3 . 0.0 / / indirect
2023-10-02 12:26:58 +03:00
github . com / go - logr / logr v1 . 2.4 / / indirect
2023-04-07 14:33:42 +03:00
github . com / golang / groupcache v0 . 0.0 - 20210331224755 - 41 bb18bfe9da / / indirect
2023-08-16 14:23:02 +03:00
github . com / golang / protobuf v1 . 5.3 / / indirect
2022-10-22 17:03:37 +03:00
github . com / google / go - cmp v0 . 5.9 / / indirect
2023-10-02 12:26:58 +03:00
github . com / google / s2a - go v0 . 1.4 / / indirect
2023-04-07 14:33:42 +03:00
github . com / googleapis / enterprise - certificate - proxy v0 . 2.3 / / indirect
2023-10-02 12:26:58 +03:00
github . com / googleapis / gax - go / v2 v2 . 10.0 / / indirect
2021-12-17 18:37:43 +03:00
github . com / hashicorp / hcl v1 . 0.0 / / indirect
2023-04-07 14:33:42 +03:00
github . com / magiconair / properties v1 . 8.7 / / indirect
github . com / matttproud / golang_protobuf_extensions v1 . 0.4 / / indirect
2022-10-24 18:41:06 +03:00
github . com / nxadm / tail v1 . 4.8 / / indirect
2023-10-02 12:26:58 +03:00
github . com / pelletier / go - toml v1 . 9.5 / / indirect
2021-12-17 18:37:43 +03:00
github . com / pmezard / go - difflib v1 . 0.0 / / indirect
2023-10-02 12:26:58 +03:00
github . com / prometheus / client_model v0 . 4.0 / / indirect
github . com / prometheus / common v0 . 44.0 / / indirect
github . com / prometheus / procfs v0 . 10.1 / / indirect
github . com / spf13 / afero v1 . 9.5 / / indirect
github . com / spf13 / jwalterweatherman v1 . 1.0 / / indirect
2023-04-07 14:33:42 +03:00
github . com / subosito / gotenv v1 . 4.2 / / indirect
2022-10-25 20:48:03 +03:00
github . com / vmihailenco / tagparser / v2 v2 . 0.0 / / indirect
2022-10-22 17:03:37 +03:00
github . com / yuin / gopher - lua v0 . 0.0 - 20210529063254 - f4c35e4016d9 / / indirect
2023-04-07 14:33:42 +03:00
go . opencensus . io v0 . 24.0 / / indirect
2023-10-24 14:33:03 +03:00
golang . org / x / sys v0 . 13.0 / / indirect
golang . org / x / text v0 . 13.0 / / indirect
2022-10-22 17:03:37 +03:00
google . golang . org / appengine v1 . 6.7 / / indirect
2023-10-02 12:26:58 +03:00
google . golang . org / genproto / googleapis / rpc v0 . 0.0 - 20230530153820 - e85fd2cbaebc / / indirect
google . golang . org / grpc v1 . 55.0 / / indirect
google . golang . org / protobuf v1 . 30.0 / / indirect
2023-04-07 14:33:42 +03:00
gopkg . in / ini . v1 v1 . 67.0 / / indirect
2021-12-17 18:37:43 +03:00
gopkg . in / tomb . v1 v1 . 0.0 - 20141024135613 - dd632973f1e7 / / indirect
2022-10-24 18:41:06 +03:00
gopkg . in / yaml . v2 v2 . 4.0 / / indirect
gopkg . in / yaml . v3 v3 . 0.1 / / indirect
2021-12-17 18:37:43 +03:00
k8s . io / gengo v0 . 0.0 - 20201113003025 - 83324 d819ded / / indirect
2023-10-02 12:26:58 +03:00
k8s . io / klog / v2 v2 . 90.1 / / indirect
2021-12-17 18:37:43 +03:00
)