Skip to content

Commit

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

remove unused replace directive
  • Loading branch information
kruskall authored Nov 26, 2024
1 parent 4539e63 commit 1bd39c5
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 1bd39c5

Please sign in to comment.