2020-09-29 19:44:42 +03:00
module github . com / oauth2 - proxy / oauth2 - proxy / v7
2019-07-13 23:24:40 +03:00
2024-06-10 12:29:16 +03:00
go 1.22 . 0
2019-07-13 23:24:40 +03:00
require (
2024-06-10 12:29:16 +03:00
cloud . google . com / go / compute / metadata v0 . 3.0
2020-05-27 20:40:50 +03:00
github . com / Bose / minisentinel v0 . 0.0 - 20200130220412 - 917 c5a9223bb
2024-01-20 22:37:24 +03:00
github . com / a8m / envsubst v1 . 4.2
2024-06-10 12:29:16 +03:00
github . com / alicebob / miniredis / v2 v2 . 33.0
2024-01-22 16:39:53 +03:00
github . com / benbjohnson / clock v1 . 3.5
2023-10-02 12:26:58 +03:00
github . com / bitly / go - simplejson v0 . 5.1
2024-01-21 13:42:01 +03:00
github . com / bsm / redislock v0 . 9.4
2024-06-10 12:29:16 +03:00
github . com / coreos / go - oidc / v3 v3 . 10.0
2024-01-22 16:39:53 +03:00
github . com / fsnotify / fsnotify v1 . 7.0
2024-01-22 19:29:31 +03:00
github . com / ghodss / yaml v1 . 0.1 - 0.20220118164431 - d8423dcdf344
2024-03-30 11:41:21 +03:00
github . com / go - jose / go - jose / v3 v3 . 0.3
2024-06-10 12:29:16 +03:00
github . com / golang - jwt / jwt / v5 v5 . 2.1
2024-01-22 16:39:53 +03:00
github . com / google / go - cmp v0 . 6.0
2024-01-25 12:49:51 +03:00
github . com / google / uuid v1 . 6.0
2024-01-22 16:39:53 +03:00
github . com / gorilla / mux v1 . 8.1
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
2024-01-22 16:39:53 +03:00
github . com / mitchellh / mapstructure v1 . 5.0
2024-03-04 03:42:00 +03:00
github . com / oauth2 - proxy / mockoidc v0 . 0.0 - 20240214162133 - caebfff84d25
2024-06-10 12:29:16 +03:00
github . com / oauth2 - proxy / tools / reference - gen v0 . 0.0 - 20220223111546 - d3b50d1a591a
github . com / ohler55 / ojg v1 . 22.0
2024-07-18 23:41:02 +03:00
github . com / onsi / ginkgo / v2 v2 . 17.2
2024-06-10 12:29:16 +03:00
github . com / onsi / gomega v1 . 33.1
github . com / pierrec / lz4 / v4 v4 . 1.21
github . com / prometheus / client_golang v1 . 19.1
github . com / redis / go - redis / v9 v9 . 5.3
2024-01-22 16:39:53 +03:00
github . com / spf13 / cast v1 . 6.0
2020-10-24 09:43:27 +03:00
github . com / spf13 / pflag v1 . 0.5
2024-06-10 12:29:16 +03:00
github . com / spf13 / viper v1 . 19.0
github . com / stretchr / testify v1 . 9.0
2024-01-22 16:39:53 +03:00
github . com / vmihailenco / msgpack / v5 v5 . 4.1
2024-06-10 12:29:16 +03:00
golang . org / x / crypto v0 . 24.0
2024-06-23 19:46:10 +03:00
golang . org / x / exp v0 . 0.0 - 20240613232115 - 7 f521ea00fb8
2024-06-10 12:29:16 +03:00
golang . org / x / net v0 . 26.0
golang . org / x / oauth2 v0 . 21.0
golang . org / x / sync v0 . 7.0
2024-06-23 19:46:10 +03:00
google . golang . org / api v0 . 185.0
2023-04-07 14:33:42 +03:00
gopkg . in / natefinch / lumberjack . v2 v2 . 2.1
2024-06-23 19:46:10 +03:00
k8s . io / apimachinery v0 . 30.2
2019-07-13 23:24:40 +03:00
)
2021-12-17 18:37:43 +03:00
require (
2024-06-10 12:29:16 +03:00
cloud . google . com / go / auth v0 . 5.1 / / indirect
cloud . google . com / go / auth / oauth2adapt v0 . 2.2 / / indirect
2024-01-22 16:39:53 +03:00
github . com / alicebob / gopher - json v0 . 0.0 - 20230218143504 - 906 a9b012302 / / indirect
2021-12-17 18:37:43 +03:00
github . com / beorn7 / perks v1 . 0.1 / / indirect
github . com / bmizerany / assert v0 . 0.0 - 20160611221934 - b7ed37b82869 / / indirect
2024-06-10 12:29:16 +03:00
github . com / cespare / xxhash / v2 v2 . 3.0 / / indirect
2024-01-22 16:39:53 +03:00
github . com / davecgh / go - spew v1 . 1.2 - 0.20180830191138 - d8f796af33cc / / indirect
2021-12-17 18:37:43 +03:00
github . com / dgryski / go - rendezvous v0 . 0.0 - 20200823014737 - 9 f7001d12a5f / / indirect
2024-01-22 16:39:53 +03:00
github . com / felixge / httpsnoop v1 . 0.4 / / indirect
2024-06-10 12:29:16 +03:00
github . com / go - jose / go - jose / v4 v4 . 0.2 / / indirect
github . com / go - logr / logr v1 . 4.2 / / indirect
2024-01-22 16:39:53 +03:00
github . com / go - logr / stdr v1 . 2.2 / / indirect
2024-07-18 23:41:02 +03:00
github . com / go - task / slim - sprig / v3 v3 . 0.0 / / indirect
2023-04-07 14:33:42 +03:00
github . com / golang / groupcache v0 . 0.0 - 20210331224755 - 41 bb18bfe9da / / indirect
2024-06-10 12:29:16 +03:00
github . com / golang / protobuf v1 . 5.4 / / indirect
2024-07-18 23:41:02 +03:00
github . com / google / pprof v0 . 0.0 - 20240424215950 - a892ee059fd6 / / indirect
2023-10-24 22:03:16 +03:00
github . com / google / s2a - go v0 . 1.7 / / indirect
2024-01-22 16:39:53 +03:00
github . com / googleapis / enterprise - certificate - proxy v0 . 3.2 / / indirect
2024-06-10 12:29:16 +03:00
github . com / googleapis / gax - go / v2 v2 . 12.4 / / 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
2024-01-22 16:39:53 +03:00
github . com / nxadm / tail v1 . 4.11 / / indirect
2024-07-18 23:41:02 +03:00
github . com / onsi / ginkgo v1 . 16.5 / / indirect
2024-06-10 12:29:16 +03:00
github . com / pelletier / go - toml / v2 v2 . 2.2 / / indirect
2024-01-22 16:39:53 +03:00
github . com / pmezard / go - difflib v1 . 0.1 - 0.20181226105442 - 5 d4384ee4fb2 / / indirect
2024-06-10 12:29:16 +03:00
github . com / prometheus / client_model v0 . 6.1 / / indirect
github . com / prometheus / common v0 . 54.0 / / indirect
github . com / prometheus / procfs v0 . 15.1 / / indirect
github . com / sagikazarmark / locafero v0 . 6.0 / / indirect
2024-01-22 16:39:53 +03:00
github . com / sagikazarmark / slog - shim v0 . 1.0 / / indirect
github . com / sourcegraph / conc v0 . 3.0 / / indirect
github . com / spf13 / afero v1 . 11.0 / / indirect
github . com / subosito / gotenv v1 . 6.0 / / indirect
2022-10-25 20:48:03 +03:00
github . com / vmihailenco / tagparser / v2 v2 . 0.0 / / indirect
2024-01-22 16:39:53 +03:00
github . com / yuin / gopher - lua v1 . 1.1 / / indirect
2023-04-07 14:33:42 +03:00
go . opencensus . io v0 . 24.0 / / indirect
2024-06-10 12:29:16 +03:00
go . opentelemetry . io / contrib / instrumentation / net / http / otelhttp v0 . 52.0 / / indirect
go . opentelemetry . io / otel v1 . 27.0 / / indirect
go . opentelemetry . io / otel / metric v1 . 27.0 / / indirect
go . opentelemetry . io / otel / trace v1 . 27.0 / / indirect
2024-01-22 16:39:53 +03:00
go . uber . org / multierr v1 . 11.0 / / indirect
2024-06-10 12:29:16 +03:00
golang . org / x / sys v0 . 21.0 / / indirect
golang . org / x / text v0 . 16.0 / / indirect
2024-07-18 23:41:02 +03:00
golang . org / x / tools v0 . 22.0 / / indirect
2024-06-23 19:46:10 +03:00
google . golang . org / genproto / googleapis / rpc v0 . 0.0 - 20240617180043 - 68 d350f18fd4 / / indirect
2024-06-10 12:29:16 +03:00
google . golang . org / grpc v1 . 64.0 / / indirect
2024-06-23 19:46:10 +03:00
google . golang . org / protobuf v1 . 34.2 / / indirect
2023-04-07 14:33:42 +03:00
gopkg . in / ini . v1 v1 . 67.0 / / 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
2024-06-10 12:29:16 +03:00
k8s . io / gengo v0 . 0.0 - 20240404160639 - a0386bf69313 / / indirect
k8s . io / klog / v2 v2 . 120.1 / / indirect
2021-12-17 18:37:43 +03:00
)