Skip to content

Commit c66202b

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 3b917cf commit c66202b

2 files changed

Lines changed: 526 additions & 18 deletions

File tree

go.mod

Lines changed: 5 additions & 5 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
@@ -34,7 +34,7 @@ require (
3434
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 // indirect
3535
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19 // indirect
3636
github.com/aws/smithy-go v1.22.2 // indirect
37-
github.com/bits-and-blooms/bitset v1.10.0 // indirect
37+
github.com/bits-and-blooms/bitset v1.17.0 // indirect
3838
github.com/btcsuite/btcd/btcec/v2 v2.3.4 // indirect
3939
github.com/davecgh/go-spew v1.1.1 // indirect
4040
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
@@ -48,11 +48,12 @@ require (
4848
github.com/google/s2a-go v0.1.7 // indirect
4949
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
5050
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
51-
github.com/holiman/uint256 v1.3.1 // indirect
51+
github.com/holiman/uint256 v1.3.2 // indirect
5252
github.com/k0kubun/pp v3.0.1+incompatible // indirect
5353
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
5454
github.com/kr/pretty v0.3.1 // indirect
5555
github.com/kr/text v0.2.0 // indirect
56+
github.com/leanovate/gopter v0.2.11 // indirect
5657
github.com/logrusorgru/aurora/v4 v4.0.0 // indirect
5758
github.com/mattn/go-colorable v0.1.13 // indirect
5859
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -74,13 +75,12 @@ require (
7475
go.opentelemetry.io/otel/trace v1.34.0 // indirect
7576
golang.org/x/crypto v0.36.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.38.0 // indirect
7979
golang.org/x/oauth2 v0.26.0 // indirect
8080
golang.org/x/sync v0.13.0 // indirect
8181
golang.org/x/sys v0.32.0 // indirect
8282
golang.org/x/text v0.23.0 // indirect
83-
golang.org/x/time v0.5.0 // indirect
83+
golang.org/x/time v0.9.0 // indirect
8484
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
8585
gonum.org/v1/gonum v0.16.0 // indirect
8686
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect

0 commit comments

Comments
 (0)