1
1
module github.com/pomerium/ingress-controller
2
2
3
3
go 1.23.0
4
-
5
4
require (
6
5
github.com/cenkalti/backoff/v4 v4.3.0
7
6
github.com/client9/misspell v0.3.4
8
- github.com/envoyproxy/go-control-plane/envoy v1.32.3
7
+ github.com/envoyproxy/go-control-plane/envoy v1.32.4
9
8
github.com/go-logr/logr v1.4.2
10
9
github.com/go-logr/zapr v1.3.0
11
- github.com/go-playground/validator/v10 v10.24 .0
12
- github.com/google/go-cmp v0.6 .0
10
+ github.com/go-playground/validator/v10 v10.25 .0
11
+ github.com/google/go-cmp v0.7 .0
13
12
github.com/google/uuid v1.6.0
14
13
github.com/gosimple/slug v1.15.0
15
14
github.com/hashicorp/go-multierror v1.1.1
16
15
github.com/hashicorp/go-set/v3 v3.0.0
17
16
github.com/iancoleman/strcase v0.3.0
18
17
github.com/martinlindhe/base36 v1.1.1
19
- github.com/open-policy-agent/opa v1.1 .0
18
+ github.com/open-policy-agent/opa v1.2 .0
20
19
github.com/pomerium/pomerium v0.28.1-0.20250227203944-624c8f0cea11
21
20
github.com/rs/zerolog v1.33.0
22
21
github.com/sergi/go-diff v1.3.1
23
- github.com/spf13/cobra v1.8 .1
22
+ github.com/spf13/cobra v1.9 .1
24
23
github.com/spf13/pflag v1.0.6
25
24
github.com/spf13/viper v1.19.0
26
25
github.com/stretchr/testify v1.10.0
27
26
github.com/volatiletech/null/v9 v9.0.0
28
27
go.uber.org/mock v0.5.0
29
28
go.uber.org/zap v1.27.0
30
- golang.org/x/sync v0.10 .0
29
+ golang.org/x/sync v0.11 .0
31
30
google.golang.org/grpc v1.70.0
32
- google.golang.org/protobuf v1.36.3
31
+ google.golang.org/protobuf v1.36.4
33
32
gopkg.in/yaml.v3 v3.0.1
34
33
k8s.io/api v0.32.2
35
34
k8s.io/apiextensions-apiserver v0.32.2
@@ -56,9 +55,8 @@ require (
56
55
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect
57
56
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1 // indirect
58
57
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1 // indirect
59
- github.com/OneOfOne/xxhash v1.2.8 // indirect
60
58
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
61
- github.com/agnivade/levenshtein v1.2.0 // indirect
59
+ github.com/agnivade/levenshtein v1.2.1 // indirect
62
60
github.com/andybalholm/brotli v1.0.5 // indirect
63
61
github.com/aws/aws-sdk-go-v2 v1.32.7 // indirect
64
62
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
@@ -88,7 +86,7 @@ require (
88
86
github.com/coreos/go-oidc/v3 v3.11.0 // indirect
89
87
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
90
88
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
91
- github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
89
+ github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
92
90
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
93
91
github.com/exaring/otelpgx v0.8.0 // indirect
94
92
github.com/fatih/color v1.18.0 // indirect
@@ -166,9 +164,9 @@ require (
166
164
github.com/pomerium/protoutil v0.0.0-20240813175624-47b7ac43ff46 // indirect
167
165
github.com/pomerium/webauthn v0.0.0-20240603205124-0428df511172 // indirect
168
166
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
169
- github.com/prometheus/client_golang v1.20.5 // indirect
167
+ github.com/prometheus/client_golang v1.21.0 // indirect
170
168
github.com/prometheus/client_model v0.6.1 // indirect
171
- github.com/prometheus/common v0.61 .0 // indirect
169
+ github.com/prometheus/common v0.62 .0 // indirect
172
170
github.com/prometheus/procfs v0.15.1 // indirect
173
171
github.com/prometheus/statsd_exporter v0.22.7 // indirect
174
172
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
@@ -214,15 +212,15 @@ require (
214
212
go.opentelemetry.io/proto/otlp v1.5.0 // indirect
215
213
go.uber.org/automaxprocs v1.6.0 // indirect
216
214
go.uber.org/multierr v1.11.0 // indirect
217
- golang.org/x/crypto v0.32 .0 // indirect
215
+ golang.org/x/crypto v0.33 .0 // indirect
218
216
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
219
217
golang.org/x/mod v0.22.0 // indirect
220
- golang.org/x/net v0.34 .0 // indirect
218
+ golang.org/x/net v0.35 .0 // indirect
221
219
golang.org/x/oauth2 v0.27.0 // indirect
222
- golang.org/x/sys v0.29 .0 // indirect
223
- golang.org/x/term v0.28 .0 // indirect
224
- golang.org/x/text v0.21 .0 // indirect
225
- golang.org/x/time v0.9 .0 // indirect
220
+ golang.org/x/sys v0.30 .0 // indirect
221
+ golang.org/x/term v0.29 .0 // indirect
222
+ golang.org/x/text v0.22 .0 // indirect
223
+ golang.org/x/time v0.10 .0 // indirect
226
224
golang.org/x/tools v0.29.0 // indirect
227
225
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
228
226
google.golang.org/api v0.214.0 // indirect
0 commit comments