From 6e7a001b42dac4cc09781f30c83091f7fe50fad6 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Tue, 24 Dec 2024 01:26:47 +0530 Subject: [PATCH] Added the missed change --- envoyextensions/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoyextensions/go.mod b/envoyextensions/go.mod index e7b3190af0dd..b2e48adf80ea 100644 --- a/envoyextensions/go.mod +++ b/envoyextensions/go.mod @@ -3,7 +3,7 @@ module github.com/hashicorp/consul/envoyextensions go 1.20 replace ( - github.com/hashicorp/consul/api => ../api + // github.com/hashicorp/consul/api => ../api github.com/hashicorp/consul/proto-public => ../proto-public github.com/hashicorp/consul/sdk => ../sdk )