@@ -3,7 +3,7 @@ module github.com/getyourguide/istio-config-validator
3
3
go 1.24.2
4
4
5
5
require (
6
- github.com/envoyproxy/go-control-plane/envoy v1.32.5-0.20250804172721-7af25ccba409
6
+ github.com/envoyproxy/go-control-plane/envoy v1.32.5-0.20250809052208-d8ab4c219945
7
7
github.com/go-logr/logr v1.4.3
8
8
github.com/spf13/cobra v1.9.1
9
9
github.com/stretchr/testify v1.10.0
@@ -15,8 +15,8 @@ require (
15
15
)
16
16
17
17
require (
18
- cel.dev/expr v0.23 .0 // indirect
19
- cloud.google.com/go/compute/metadata v0.6 .0 // indirect
18
+ cel.dev/expr v0.24 .0 // indirect
19
+ cloud.google.com/go/compute/metadata v0.7 .0 // indirect
20
20
dario.cat/mergo v1.0.1 // indirect
21
21
github.com/Masterminds/goutils v1.1.1 // indirect
22
22
github.com/Masterminds/semver/v3 v3.3.1 // indirect
@@ -27,7 +27,7 @@ require (
27
27
github.com/beorn7/perks v1.0.1 // indirect
28
28
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
29
29
github.com/cespare/xxhash/v2 v2.3.0 // indirect
30
- github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
30
+ github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
31
31
github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect
32
32
github.com/coreos/go-oidc/v3 v3.13.0 // indirect
33
33
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
@@ -108,31 +108,31 @@ require (
108
108
github.com/x448/float16 v0.8.4 // indirect
109
109
github.com/yl2chen/cidranger v1.0.2 // indirect
110
110
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
111
- go.opentelemetry.io/otel v1.35 .0 // indirect
111
+ go.opentelemetry.io/otel v1.36 .0 // indirect
112
112
go.opentelemetry.io/otel/exporters/prometheus v0.57.0 // indirect
113
- go.opentelemetry.io/otel/metric v1.35 .0 // indirect
114
- go.opentelemetry.io/otel/sdk v1.35 .0 // indirect
115
- go.opentelemetry.io/otel/sdk/metric v1.35 .0 // indirect
116
- go.opentelemetry.io/otel/trace v1.35 .0 // indirect
117
- go.opentelemetry.io/proto/otlp v1.7.0 // indirect
113
+ go.opentelemetry.io/otel/metric v1.36 .0 // indirect
114
+ go.opentelemetry.io/otel/sdk v1.36 .0 // indirect
115
+ go.opentelemetry.io/otel/sdk/metric v1.36 .0 // indirect
116
+ go.opentelemetry.io/otel/trace v1.36 .0 // indirect
117
+ go.opentelemetry.io/proto/otlp v1.7.1 // indirect
118
118
go.uber.org/atomic v1.11.0 // indirect
119
119
go.uber.org/multierr v1.11.0 // indirect
120
120
go.uber.org/zap v1.27.0 // indirect
121
- golang.org/x/crypto v0.38 .0 // indirect
121
+ golang.org/x/crypto v0.40 .0 // indirect
122
122
golang.org/x/exp v0.0.0-20241215155358-4a5509556b9e // indirect
123
- golang.org/x/mod v0.23 .0 // indirect
124
- golang.org/x/net v0.40 .0 // indirect
125
- golang.org/x/oauth2 v0.28 .0 // indirect
126
- golang.org/x/sync v0.14 .0 // indirect
127
- golang.org/x/sys v0.33 .0 // indirect
128
- golang.org/x/term v0.32 .0 // indirect
129
- golang.org/x/text v0.25 .0 // indirect
123
+ golang.org/x/mod v0.25 .0 // indirect
124
+ golang.org/x/net v0.42 .0 // indirect
125
+ golang.org/x/oauth2 v0.30 .0 // indirect
126
+ golang.org/x/sync v0.16 .0 // indirect
127
+ golang.org/x/sys v0.34 .0 // indirect
128
+ golang.org/x/term v0.33 .0 // indirect
129
+ golang.org/x/text v0.27 .0 // indirect
130
130
golang.org/x/time v0.11.0 // indirect
131
- golang.org/x/tools v0.30 .0 // indirect
131
+ golang.org/x/tools v0.34 .0 // indirect
132
132
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
133
- google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
134
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
135
- google.golang.org/grpc v1.73.0 // indirect
133
+ google.golang.org/genproto/googleapis/api v0.0.0-20250728155136-f173205681a0 // indirect
134
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0 // indirect
135
+ google.golang.org/grpc v1.74.2 // indirect
136
136
google.golang.org/protobuf v1.36.6 // indirect
137
137
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
138
138
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments