Skip to content

Commit c76d16a

Browse files
fix(deps): update go minor dependencies updates (auto-merge)
1 parent b7ee7f5 commit c76d16a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ module github.com/getyourguide/istio-config-validator
33
go 1.22.0
44

55
require (
6-
github.com/envoyproxy/go-control-plane v0.12.1-0.20240719165848-f888b4f71207
6+
github.com/envoyproxy/go-control-plane v0.13.0
77
github.com/go-logr/logr v1.4.2
88
github.com/spf13/cobra v1.8.1
99
github.com/stretchr/testify v1.9.0
1010
gopkg.in/yaml.v3 v3.0.1
11-
istio.io/api v1.23.0-alpha.0
12-
istio.io/client-go v1.22.3
11+
istio.io/api v1.23.2
12+
istio.io/client-go v1.23.2
1313
istio.io/istio v0.0.0-20240702012549-b64a2f6240c6
14-
k8s.io/apimachinery v0.30.3
14+
k8s.io/apimachinery v0.31.1
1515
)
1616

1717
require (

0 commit comments

Comments
 (0)