We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554a195 commit 2865d6dCopy full SHA for 2865d6d
apps/evm/go.mod
@@ -240,10 +240,3 @@ require (
240
gopkg.in/yaml.v3 v3.0.1 // indirect
241
lukechampine.com/blake3 v1.4.1 // indirect
242
)
243
-
244
-// pin google genproto to a single version to avoid ambiguous imports pulled by transitive deps
245
-replace (
246
- google.golang.org/genproto => google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9
247
- google.golang.org/genproto/googleapis/api => google.golang.org/genproto/googleapis/api v0.0.0-20240213162025-012b6fc9bca9
248
- google.golang.org/genproto/googleapis/rpc => google.golang.org/genproto/googleapis/rpc v0.0.0-20240213162025-012b6fc9bca9
249
-)
0 commit comments