Skip to content

Commit 3370e4f

Browse files
authored
fix import issue (#3842)
1 parent 9e28c7a commit 3370e4f

File tree

2 files changed

+11
-84
lines changed

2 files changed

+11
-84
lines changed

go.mod

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ replace github.com/snowflakedb/gosnowflake => github.com/trufflesecurity/gosnowf
1111
// Coinbase archived this library and it has some vulnerable dependencies so we've forked.
1212
replace github.com/coinbase/waas-client-library-go => github.com/trufflesecurity/waas-client-library-go v1.0.9
1313

14+
// Replace directive needed due to ambiguous import of opentelemetry stats package
15+
// which exists in both main gRPC module and standalone module during transition period.
16+
// Can be removed once dependent packages consistently use the standalone module.
17+
replace google.golang.org/grpc/stats/opentelemetry => google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a
18+
1419
require (
1520
cloud.google.com/go/secretmanager v1.14.2
1621
cloud.google.com/go/storage v1.48.0

0 commit comments

Comments
 (0)