File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ module github.com/eipcodelab/eip7702-go
2+
3+ go 1.22
4+
5+ require github.com/ethereum/go-ethereum v1.14.12
6+
7+ require (
8+ github.com/bits-and-blooms/bitset v1.13.0 // indirect
9+ github.com/consensys/bavard v0.1.13 // indirect
10+ github.com/consensys/gnark-crypto v0.12.1 // indirect
11+ github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect
12+ github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect
13+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
14+ github.com/ethereum/c-kzg-4844 v1.0.0 // indirect
15+ github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect
16+ github.com/holiman/uint256 v1.3.1 // indirect
17+ github.com/mmcloughlin/addchain v0.4.0 // indirect
18+ github.com/supranational/blst v0.3.13 // indirect
19+ golang.org/x/crypto v0.22.0 // indirect
20+ golang.org/x/sync v0.7.0 // indirect
21+ golang.org/x/sys v0.22.0 // indirect
22+ rsc.io/tmplfunc v0.0.3 // indirect
23+ )
You can’t perform that action at this time.
0 commit comments