From 75699216cb62586b971f56f08ab623b8961a1f81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 03:32:02 +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 694552cc..e9152728 100644 --- a/go.mod +++ b/go.mod @@ -3,15 +3,15 @@ module github.com/getyourguide/istio-config-validator go 1.22.0 require ( - github.com/envoyproxy/go-control-plane v0.12.1-0.20240719165848-f888b4f71207 + github.com/envoyproxy/go-control-plane dbb674e97396 github.com/go-logr/logr v1.4.2 github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.9.0 gopkg.in/yaml.v3 v3.0.1 - istio.io/api v1.23.0-alpha.0 + istio.io/api v1.23.0-rc.1 istio.io/client-go v1.22.3 istio.io/istio v0.0.0-20240702012549-b64a2f6240c6 - k8s.io/apimachinery v0.30.3 + k8s.io/apimachinery v0.31.0 ) require (