From 865b75a7a4eb4309141d459379f5ac36acfa31e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 01:52:50 +0000 Subject: [PATCH] fix(deps): update go minor dependencies updates (auto-merge) --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 4c0d9d8b..c4d4ae96 100644 --- a/go.mod +++ b/go.mod @@ -3,13 +3,13 @@ module github.com/getyourguide/istio-config-validator go 1.23.4 require ( - github.com/envoyproxy/go-control-plane v0.13.2-0.20241022220226-23b7e55d7f65 + github.com/envoyproxy/go-control-plane 76177235e429 github.com/go-logr/logr v1.4.2 github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.10.0 gopkg.in/yaml.v3 v3.0.1 - istio.io/api v1.24.1 - istio.io/client-go v1.24.1 + istio.io/api v1.24.2 + istio.io/client-go v1.24.2 istio.io/istio v0.0.0-20241025185149-14bf1bd58ad1 k8s.io/apimachinery v0.32.0 )