File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/cespare/xxhash/v2 v2.3.0 // indirect
1818 github.com/davecgh/go-spew v1.1.1 // indirect
1919 github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
20- github.com/ethereum/go-ethereum v1.17.0 // indirect
20+ github.com/ethereum/go-ethereum v1.16.8 // indirect
2121 github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 // indirect
2222 github.com/fxamacker/circlehash v0.3.0 // indirect
2323 github.com/golang/protobuf v1.5.4 // indirect
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
1111github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1212github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 h1:8UrgZ3GkP4i/CLijOJx79Yu+etlyjdBU4sfcs2WYQMs =
1313github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 /go.mod h1:v57UDF4pDQJcEfFUCRop3lJL149eHGSe9Jvczhzjo/0 =
14- github.com/ethereum/go-ethereum v1.17.0 h1:2D+1Fe23CwZ5tQoAS5DfwKFNI1HGcTwi65/kRlAVxes =
15- github.com/ethereum/go-ethereum v1.17.0 /go.mod h1:2W3msvdosS/MCWytpqTcqgFiRYbTH59FxDJzqah120o =
14+ github.com/ethereum/go-ethereum v1.16.8 h1:LLLfkZWijhR5m6yrAXbdlTeXoqontH+Ga2f9igY7law =
15+ github.com/ethereum/go-ethereum v1.16.8 /go.mod h1:Fs6QebQbavneQTYcA39PEKv2+zIjX7rPUZ14DER46wk =
1616github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 h1:qOglMkJ5YBwog/GU/NXhP9gFqxUGMuqnmCkbj65JMhk =
1717github.com/fxamacker/cbor/v2 v2.8.1-0.20250402194037-6f932b086829 /go.mod h1:vM4b+DJCtHn+zz7h3FFp/hDAI9WNWCsZj23V5ytsSxQ =
1818github.com/fxamacker/circlehash v0.3.0 h1:XKdvTtIJV9t7DDUtsf0RIpC1OcxZtPbmgIH7ekx28WA =
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ require (
5151 github.com/emicklei/dot v1.6.2 // indirect
5252 github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect
5353 github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab // indirect
54- github.com/ethereum/go-ethereum v1.17.0 // indirect
54+ github.com/ethereum/go-ethereum v1.16.8 // indirect
5555 github.com/ethereum/go-verkle v0.2.2 // indirect
5656 github.com/ferranbt/fastssz v0.1.4 // indirect
5757 github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -224,7 +224,3 @@ require (
224224replace github.com/onflow/flow-nft/lib/go/contracts => ../contracts
225225
226226replace github.com/onflow/flow-nft/lib/go/templates => ../templates
227-
228- // ethereum/go-ethereum v1.17.0 removed trie/utils which is still imported by
229- // flow-go; pin to the last version that includes it.
230- replace github.com/ethereum/go-ethereum => github.com/ethereum/go-ethereum v1.16.8
You can’t perform that action at this time.
0 commit comments