From 49ee64a83953475c54c387909e73d44739f12d1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 23:10:50 +0000 Subject: [PATCH] fix(deps): update github.com/envoyproxy/go-control-plane digest to 9e1fdd0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 694552cc..9eb3736e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ 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 9e1fdd0cc770 github.com/go-logr/logr v1.4.2 github.com/spf13/cobra v1.8.1 github.com/stretchr/testify v1.9.0