File tree 2 files changed +11
-84
lines changed
2 files changed +11
-84
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ replace github.com/snowflakedb/gosnowflake => github.com/trufflesecurity/gosnowf
11
11
// Coinbase archived this library and it has some vulnerable dependencies so we've forked.
12
12
replace github.com/coinbase/waas-client-library-go => github.com/trufflesecurity/waas-client-library-go v1.0.9
13
13
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
+
14
19
require (
15
20
cloud.google.com/go/secretmanager v1.14.2
16
21
cloud.google.com/go/storage v1.48.0
You can’t perform that action at this time.
0 commit comments