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 b7ee7f5 commit c76d16aCopy full SHA for c76d16a
go.mod
@@ -3,15 +3,15 @@ module github.com/getyourguide/istio-config-validator
3
go 1.22.0
4
5
require (
6
- github.com/envoyproxy/go-control-plane v0.12.1-0.20240719165848-f888b4f71207
+ github.com/envoyproxy/go-control-plane v0.13.0
7
github.com/go-logr/logr v1.4.2
8
github.com/spf13/cobra v1.8.1
9
github.com/stretchr/testify v1.9.0
10
gopkg.in/yaml.v3 v3.0.1
11
- istio.io/api v1.23.0-alpha.0
12
- istio.io/client-go v1.22.3
+ istio.io/api v1.23.2
+ istio.io/client-go v1.23.2
13
istio.io/istio v0.0.0-20240702012549-b64a2f6240c6
14
- k8s.io/apimachinery v0.30.3
+ k8s.io/apimachinery v0.31.1
15
)
16
17
0 commit comments