-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/ethereum/go-ethereum from 1.14.13 to 1.15.1 (#81)
* Bump github.com/ethereum/go-ethereum from 1.14.13 to 1.15.1 Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.14.13 to 1.15.1. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.14.13...v1.15.1) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * go mod tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: lmittmann <[email protected]>
- Loading branch information
1 parent
0a40bf1
commit c95050a
Showing
4 changed files
with
80 additions
and
76 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,28 @@ | ||
module github.com/lmittmann/go-solc | ||
|
||
go 1.22 | ||
go 1.22.0 | ||
|
||
toolchain go1.24.0 | ||
|
||
require ( | ||
github.com/ethereum/go-ethereum v1.14.13 | ||
github.com/ethereum/go-ethereum v1.15.1 | ||
github.com/google/go-cmp v0.6.0 | ||
golang.org/x/sync v0.11.0 | ||
) | ||
|
||
require ( | ||
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-ipa v0.0.0-20240223125850-b1e8a79f509c // indirect | ||
github.com/crate-crypto/go-kzg-4844 v1.0.0 // indirect | ||
github.com/bits-and-blooms/bitset v1.17.0 // indirect | ||
github.com/consensys/bavard v0.1.22 // indirect | ||
github.com/consensys/gnark-crypto v0.14.0 // indirect | ||
github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect | ||
github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // 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/holiman/uint256 v1.3.1 // indirect | ||
github.com/ethereum/go-verkle v0.2.2 // indirect | ||
github.com/holiman/uint256 v1.3.2 // indirect | ||
github.com/mmcloughlin/addchain v0.4.0 // indirect | ||
github.com/supranational/blst v0.3.13 // indirect | ||
golang.org/x/crypto v0.22.0 // indirect | ||
golang.org/x/sys v0.22.0 // indirect | ||
github.com/supranational/blst v0.3.14 // indirect | ||
golang.org/x/crypto v0.32.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
rsc.io/tmplfunc v0.0.3 // indirect | ||
) |
Oops, something went wrong.