@@ -8,15 +8,15 @@ require (
8
8
github.com/envoyproxy/go-control-plane v0.12.0
9
9
github.com/go-logr/logr v1.4.1
10
10
github.com/go-logr/zapr v1.3.0
11
- github.com/go-playground/validator/v10 v10.19 .0
11
+ github.com/go-playground/validator/v10 v10.20 .0
12
12
github.com/google/go-cmp v0.6.0
13
13
github.com/google/uuid v1.6.0
14
14
github.com/gosimple/slug v1.14.0
15
15
github.com/hashicorp/go-multierror v1.1.1
16
16
github.com/iancoleman/strcase v0.3.0
17
17
github.com/martinlindhe/base36 v1.1.1
18
- github.com/open-policy-agent/opa v0.63.0
19
- github.com/pomerium/pomerium v0.25.1-0.20240422190537-cc0a989cc067
18
+ github.com/open-policy-agent/opa v0.64.1
19
+ github.com/pomerium/pomerium v0.25.2
20
20
github.com/rs/zerolog v1.32.0
21
21
github.com/sergi/go-diff v1.3.1
22
22
github.com/spf13/cobra v1.8.0
@@ -25,9 +25,9 @@ require (
25
25
github.com/stretchr/testify v1.9.0
26
26
go.uber.org/mock v0.4.0
27
27
go.uber.org/zap v1.27.0
28
- golang.org/x/sync v0.6 .0
29
- google.golang.org/grpc v1.62.1
30
- google.golang.org/protobuf v1.33 .0
28
+ golang.org/x/sync v0.7 .0
29
+ google.golang.org/grpc v1.63.2
30
+ google.golang.org/protobuf v1.34 .0
31
31
gopkg.in/yaml.v3 v3.0.1
32
32
k8s.io/api v0.29.0
33
33
k8s.io/apiextensions-apiserver v0.29.0
@@ -158,7 +158,7 @@ require (
158
158
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b // indirect
159
159
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
160
160
github.com/prometheus/client_golang v1.19.0 // indirect
161
- github.com/prometheus/client_model v0.6.0 // indirect
161
+ github.com/prometheus/client_model v0.6.1 // indirect
162
162
github.com/prometheus/common v0.51.1 // indirect
163
163
github.com/prometheus/procfs v0.13.0 // indirect
164
164
github.com/prometheus/statsd_exporter v0.22.7 // indirect
@@ -193,22 +193,21 @@ require (
193
193
go.opentelemetry.io/otel/metric v1.25.0 // indirect
194
194
go.opentelemetry.io/otel/sdk v1.25.0 // indirect
195
195
go.opentelemetry.io/otel/trace v1.25.0 // indirect
196
- go.uber.org/automaxprocs v1.5.3 // indirect
197
196
go.uber.org/multierr v1.11.0 // indirect
198
- golang.org/x/crypto v0.21 .0 // indirect
197
+ golang.org/x/crypto v0.22 .0 // indirect
199
198
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
200
199
golang.org/x/mod v0.14.0 // indirect
201
- golang.org/x/net v0.23 .0 // indirect
200
+ golang.org/x/net v0.24 .0 // indirect
202
201
golang.org/x/oauth2 v0.18.0 // indirect
203
- golang.org/x/sys v0.18 .0 // indirect
204
- golang.org/x/term v0.18 .0 // indirect
202
+ golang.org/x/sys v0.19 .0 // indirect
203
+ golang.org/x/term v0.19 .0 // indirect
205
204
golang.org/x/text v0.14.0 // indirect
206
205
golang.org/x/time v0.5.0 // indirect
207
206
golang.org/x/tools v0.16.1 // indirect
208
207
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
209
208
google.golang.org/api v0.170.0 // indirect
210
209
google.golang.org/appengine v1.6.8 // indirect
211
- google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
210
+ google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
212
211
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c // indirect
213
212
google.golang.org/genproto/googleapis/rpc v0.0.0-20240311132316-a219d84964c2 // indirect
214
213
gopkg.in/DataDog/dd-trace-go.v1 v1.22.0 // indirect
0 commit comments