Skip to content

Commit 7441b3f

Browse files
fix(deps): update go minor dependencies updates (auto-merge)
1 parent 25a1df9 commit 7441b3f

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.23.4
44

55
require (
6-
github.com/envoyproxy/go-control-plane v0.13.2-0.20241022220226-23b7e55d7f65
6+
github.com/envoyproxy/go-control-plane v0.13.4
77
github.com/go-logr/logr v1.4.2
88
github.com/spf13/cobra v1.8.1
99
github.com/stretchr/testify v1.10.0
1010
gopkg.in/yaml.v3 v3.0.1
11-
istio.io/api v1.24.1
12-
istio.io/client-go v1.24.1
11+
istio.io/api v1.24.2
12+
istio.io/client-go v1.24.2
1313
istio.io/istio v0.0.0-20241025185149-14bf1bd58ad1
14-
k8s.io/apimachinery v0.32.0
14+
k8s.io/apimachinery v0.32.1
1515
)
1616

1717
require (

0 commit comments

Comments
 (0)