Skip to content

Commit 865b75a

Browse files
fix(deps): update go minor dependencies updates (auto-merge)
1 parent df3cdb0 commit 865b75a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ 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 76177235e429
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
1414
k8s.io/apimachinery v0.32.0
1515
)

0 commit comments

Comments
 (0)