-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from base-org/michael/bump-geth
Bump go-ethereum to latest
- Loading branch information
Showing
3 changed files
with
46 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,37 @@ | ||
module github.com/base-org/eip712sign | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
toolchain go1.21.1 | ||
toolchain go1.22.6 | ||
|
||
require ( | ||
github.com/decred/dcrd/hdkeychain/v3 v3.1.1 | ||
github.com/ethereum/go-ethereum v1.13.5-0.20240306103150-e73f55365c45 | ||
github.com/ethereum/go-ethereum v1.14.12 | ||
github.com/tyler-smith/go-bip39 v1.1.0 | ||
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa | ||
) | ||
|
||
require ( | ||
github.com/bits-and-blooms/bitset v1.11.0 // indirect | ||
github.com/btcsuite/btcd/btcec/v2 v2.3.2 // indirect | ||
github.com/bits-and-blooms/bitset v1.13.0 // indirect | ||
github.com/consensys/bavard v0.1.13 // indirect | ||
github.com/consensys/gnark-crypto v0.12.1 // indirect | ||
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect | ||
github.com/crate-crypto/go-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect | ||
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect | ||
github.com/decred/base58 v1.0.5 // indirect | ||
github.com/decred/dcrd/crypto/blake256 v1.0.1 // indirect | ||
github.com/decred/dcrd/crypto/ripemd160 v1.0.2 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect | ||
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/ethereum/c-kzg-4844 v1.0.0 // indirect | ||
github.com/ethereum/go-verkle v0.1.1-0.20240829091221-dffa7562dbe9 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/holiman/uint256 v1.2.4 // indirect | ||
github.com/holiman/uint256 v1.3.1 // indirect | ||
github.com/karalabe/hid v1.0.1-0.20240306101548-573246063e52 // indirect | ||
github.com/klauspost/compress v1.17.0 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.5 // indirect | ||
github.com/mmcloughlin/addchain v0.4.0 // indirect | ||
github.com/prometheus/client_golang v1.17.0 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/rogpeppe/go-internal v1.10.0 // indirect | ||
github.com/supranational/blst v0.3.11 // indirect | ||
golang.org/x/crypto v0.18.0 // indirect | ||
golang.org/x/sync v0.5.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
github.com/supranational/blst v0.3.13 // indirect | ||
golang.org/x/crypto v0.22.0 // indirect | ||
golang.org/x/sync v0.7.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
rsc.io/tmplfunc v0.0.3 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters