Skip to content

Commit

Permalink
feat: drop unused gosnowflake replace directive (#41802) (#41805)
Browse files Browse the repository at this point in the history
gosnowflake is not part of the go mod graph

remove unused replace directive

(cherry picked from commit 1bd39c5)

Co-authored-by: kruskall <[email protected]>
  • Loading branch information
mergify[bot] and kruskall authored Nov 27, 2024
1 parent 5cbf122 commit 5b1da25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -417,5 +417,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
)

0 comments on commit 5b1da25

Please sign in to comment.