From 6b54c1843dbdffdb37f87db71551c239e614c2c6 Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:15:43 +0100 Subject: [PATCH] feat: drop unused gosnowflake replace directive (#41802) gosnowflake is not part of the go mod graph remove unused replace directive (cherry picked from commit 1bd39c5cf55eed1715a41133ef64c324fc83adca) --- go.mod | 1 - 1 file changed, 1 deletion(-) diff --git a/go.mod b/go.mod index ecb09f95915..fe2530185b2 100644 --- a/go.mod +++ b/go.mod @@ -421,5 +421,4 @@ replace ( github.com/google/gopacket => github.com/elastic/gopacket v1.1.20-0.20241002174017-e8c5fda595e6 github.com/insomniacslk/dhcp => github.com/elastic/dhcp v0.0.0-20200227161230-57ec251c7eb3 // indirect github.com/meraki/dashboard-api-go/v3 => github.com/tommyers-elastic/dashboard-api-go/v3 v3.0.0-20240913150833-a945473a8f25 - github.com/snowflakedb/gosnowflake => github.com/snowflakedb/gosnowflake v1.6.19 )