@@ -6,28 +6,28 @@ require (
6
6
github.com/cenkalti/backoff/v4 v4.3.0
7
7
github.com/client9/misspell v0.3.4
8
8
github.com/envoyproxy/go-control-plane v0.12.0
9
- github.com/go-logr/logr v1.4.1
9
+ github.com/go-logr/logr v1.4.2
10
10
github.com/go-logr/zapr v1.3.0
11
- github.com/go-playground/validator/v10 v10.20 .0
11
+ github.com/go-playground/validator/v10 v10.21 .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.64.1
18
+ github.com/open-policy-agent/opa v0.65.0
19
19
github.com/pomerium/pomerium v0.26.1-0.20240531180638-d859e884c029
20
- github.com/rs/zerolog v1.32 .0
20
+ github.com/rs/zerolog v1.33 .0
21
21
github.com/sergi/go-diff v1.3.1
22
22
github.com/spf13/cobra v1.8.0
23
23
github.com/spf13/pflag v1.0.5
24
- github.com/spf13/viper v1.18.2
24
+ github.com/spf13/viper v1.19.0
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
28
golang.org/x/sync v0.7.0
29
- google.golang.org/grpc v1.63.2
30
- google.golang.org/protobuf v1.34.0
29
+ google.golang.org/grpc v1.64.0
30
+ google.golang.org/protobuf v1.34.1
31
31
gopkg.in/yaml.v3 v3.0.1
32
32
k8s.io/api v0.30.0
33
33
k8s.io/apiextensions-apiserver v0.30.0
@@ -52,6 +52,7 @@ require (
52
52
github.com/CAFxX/httpcompression v0.0.9 // indirect
53
53
github.com/DataDog/datadog-go v3.5.0+incompatible // indirect
54
54
github.com/DataDog/opencensus-go-exporter-datadog v0.0.0-20200406135749-5c268882acf0 // indirect
55
+ github.com/Microsoft/go-winio v0.6.2 // indirect
55
56
github.com/OneOfOne/xxhash v1.2.8 // indirect
56
57
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect
57
58
github.com/agnivade/levenshtein v1.1.1 // indirect
@@ -80,7 +81,7 @@ require (
80
81
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
81
82
github.com/cespare/xxhash/v2 v2.3.0 // indirect
82
83
github.com/cloudflare/circl v1.3.8 // indirect
83
- github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa // indirect
84
+ github.com/cncf/xds/go v0.0.0-20240318125728-8a4994d93e50 // indirect
84
85
github.com/coreos/go-oidc/v3 v3.10.0 // indirect
85
86
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
86
87
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
@@ -150,15 +151,15 @@ require (
150
151
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
151
152
github.com/natefinch/atomic v1.0.1 // indirect
152
153
github.com/openzipkin/zipkin-go v0.4.3 // indirect
153
- github.com/pelletier/go-toml/v2 v2.1.0 // indirect
154
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
154
155
github.com/philhofer/fwd v1.0.0 // indirect
155
156
github.com/pkg/errors v0.9.1 // indirect
156
157
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
157
158
github.com/pomerium/csrf v1.7.0 // indirect
158
159
github.com/pomerium/datasource v0.18.2-0.20221108160055-c6134b5ed524 // indirect
159
160
github.com/pomerium/webauthn v0.0.0-20221118023040-00a9c430578b // indirect
160
161
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
161
- github.com/prometheus/client_golang v1.19.0 // indirect
162
+ github.com/prometheus/client_golang v1.19.1 // indirect
162
163
github.com/prometheus/client_model v0.6.1 // indirect
163
164
github.com/prometheus/common v0.53.0 // indirect
164
165
github.com/prometheus/procfs v0.14.0 // indirect
@@ -196,20 +197,20 @@ require (
196
197
go.opentelemetry.io/otel/trace v1.26.0 // indirect
197
198
go.uber.org/automaxprocs v1.5.3 // indirect
198
199
go.uber.org/multierr v1.11.0 // indirect
199
- golang.org/x/crypto v0.22 .0 // indirect
200
+ golang.org/x/crypto v0.23 .0 // indirect
200
201
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
201
202
golang.org/x/mod v0.17.0 // indirect
202
- golang.org/x/net v0.24 .0 // indirect
203
+ golang.org/x/net v0.25 .0 // indirect
203
204
golang.org/x/oauth2 v0.19.0 // indirect
204
205
golang.org/x/sys v0.20.0 // indirect
205
- golang.org/x/term v0.19 .0 // indirect
206
- golang.org/x/text v0.14 .0 // indirect
206
+ golang.org/x/term v0.20 .0 // indirect
207
+ golang.org/x/text v0.15 .0 // indirect
207
208
golang.org/x/time v0.5.0 // indirect
208
209
golang.org/x/tools v0.20.0 // indirect
209
210
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
210
211
google.golang.org/api v0.177.0 // indirect
211
212
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
212
- google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c // indirect
213
+ google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
213
214
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
214
215
gopkg.in/DataDog/dd-trace-go.v1 v1.22.0 // indirect
215
216
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments