Skip to content

Commit e19a121

Browse files
Bump github.com/onflow/go-ethereum from 1.14.8 to 1.15.10
Bumps [github.com/onflow/go-ethereum](https://github.com/onflow/go-ethereum) from 1.14.8 to 1.15.10. - [Commits](onflow/go-ethereum@v1.14.8...v1.15.10) --- updated-dependencies: - dependency-name: github.com/onflow/go-ethereum dependency-version: 1.15.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f295f2 commit e19a121

2 files changed

Lines changed: 598 additions & 15 deletions

File tree

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/onflow/cadence v1.4.0
1111
github.com/onflow/crypto v0.25.3
1212
github.com/onflow/flow/protobuf/go/flow v0.4.7
13-
github.com/onflow/go-ethereum v1.14.8
13+
github.com/onflow/go-ethereum v1.15.10
1414
github.com/onflow/sdks v0.6.0-preview.1
1515
github.com/pkg/errors v0.9.1
1616
github.com/stretchr/testify v1.10.0
@@ -36,7 +36,7 @@ require (
3636
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 // indirect
3737
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19 // indirect
3838
github.com/aws/smithy-go v1.22.2 // indirect
39-
github.com/bits-and-blooms/bitset v1.10.0 // indirect
39+
github.com/bits-and-blooms/bitset v1.17.0 // indirect
4040
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
4141
github.com/davecgh/go-spew v1.1.1 // indirect
4242
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
@@ -49,11 +49,12 @@ require (
4949
github.com/google/s2a-go v0.1.9 // indirect
5050
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
5151
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
52-
github.com/holiman/uint256 v1.3.1 // indirect
52+
github.com/holiman/uint256 v1.3.2 // indirect
5353
github.com/k0kubun/pp v3.0.1+incompatible // indirect
5454
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
5555
github.com/kr/pretty v0.3.1 // indirect
5656
github.com/kr/text v0.2.0 // indirect
57+
github.com/leanovate/gopter v0.2.11 // indirect
5758
github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
5859
github.com/mattn/go-colorable v0.1.13 // indirect
5960
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -74,7 +75,6 @@ require (
7475
go.opentelemetry.io/otel/trace v1.35.0 // indirect
7576
golang.org/x/crypto v0.37.0 // indirect
7677
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
77-
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
7878
golang.org/x/net v0.39.0 // indirect
7979
golang.org/x/oauth2 v0.30.0 // indirect
8080
golang.org/x/sync v0.14.0 // indirect

0 commit comments

Comments
 (0)