We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3cdb0 commit 865b75aCopy full SHA for 865b75a
go.mod
@@ -3,13 +3,13 @@ module github.com/getyourguide/istio-config-validator
3
go 1.23.4
4
5
require (
6
- github.com/envoyproxy/go-control-plane v0.13.2-0.20241022220226-23b7e55d7f65
+ github.com/envoyproxy/go-control-plane 76177235e429
7
github.com/go-logr/logr v1.4.2
8
github.com/spf13/cobra v1.8.1
9
github.com/stretchr/testify v1.10.0
10
gopkg.in/yaml.v3 v3.0.1
11
- istio.io/api v1.24.1
12
- istio.io/client-go v1.24.1
+ istio.io/api v1.24.2
+ istio.io/client-go v1.24.2
13
istio.io/istio v0.0.0-20241025185149-14bf1bd58ad1
14
k8s.io/apimachinery v0.32.0
15
)
0 commit comments