Skip to content

Commit 2865d6d

Browse files
authored
chore(apps): cleanup unecessary replaces (#3253)
1 parent 554a195 commit 2865d6d

File tree

6 files changed

+156
-2086
lines changed

6 files changed

+156
-2086
lines changed

apps/evm/go.mod

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -240,10 +240,3 @@ require (
240240
gopkg.in/yaml.v3 v3.0.1 // indirect
241241
lukechampine.com/blake3 v1.4.1 // indirect
242242
)
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

Comments
 (0)