Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit 200d3d0

Browse files
Bump github.com/ethereum/go-ethereum from 1.10.12 to 1.10.17
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.12 to 1.10.17. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.10.12...v1.10.17) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b25168d commit 200d3d0

2 files changed

Lines changed: 87 additions & 33 deletions

File tree

go.mod

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ go 1.17
55
require (
66
github.com/centrifuge/go-substrate-rpc-client v2.0.0+incompatible
77
github.com/creasty/defaults v1.6.0
8-
github.com/ethereum/go-ethereum v1.10.12
8+
github.com/ethereum/go-ethereum v1.10.22
99
github.com/golang/mock v1.6.0
1010
github.com/imdario/mergo v0.3.12
1111
github.com/pkg/errors v0.9.1
1212
github.com/rs/zerolog v1.25.0
1313
github.com/spf13/cobra v1.2.1
1414
github.com/spf13/pflag v1.0.5
1515
github.com/spf13/viper v1.9.0
16-
github.com/stretchr/testify v1.7.0
16+
github.com/stretchr/testify v1.7.2
1717
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
1818
go.opentelemetry.io/otel/exporters/otlp/otlpmetric v0.24.0
1919
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.24.0
@@ -24,33 +24,37 @@ require (
2424
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
2525
)
2626

27-
require github.com/status-im/keycard-go v0.0.0-20211004132608-c32310e39b86 // indirect
27+
require (
28+
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
29+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
30+
github.com/status-im/keycard-go v0.0.0-20211004132608-c32310e39b86 // indirect
31+
)
2832

2933
require (
3034
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
3135
github.com/VictoriaMetrics/fastcache v1.6.0 // indirect
3236
github.com/btcsuite/btcd v0.20.1-beta // indirect
3337
github.com/cespare/xxhash/v2 v2.1.1 // indirect
3438
github.com/davecgh/go-spew v1.1.1 // indirect
35-
github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea // indirect
39+
github.com/deckarep/golang-set v1.8.0 // indirect
3640
github.com/edsrzf/mmap-go v1.0.0 // indirect
3741
github.com/fsnotify/fsnotify v1.5.1 // indirect
3842
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
3943
github.com/go-ole/go-ole v1.2.1 // indirect
4044
github.com/go-stack/stack v1.8.0 // indirect
4145
github.com/golang/protobuf v1.5.2 // indirect
4246
github.com/golang/snappy v0.0.4 // indirect
43-
github.com/google/uuid v1.1.5 // indirect
47+
github.com/google/uuid v1.2.0 // indirect
4448
github.com/gorilla/websocket v1.4.2 // indirect
4549
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
4650
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
4751
github.com/hashicorp/hcl v1.0.0 // indirect
4852
github.com/holiman/bloomfilter/v2 v2.0.3 // indirect
4953
github.com/holiman/uint256 v1.2.0 // indirect
50-
github.com/huin/goupnp v1.0.2 // indirect
54+
github.com/huin/goupnp v1.0.3 // indirect
5155
github.com/inconshreveable/mousetrap v1.0.0 // indirect
52-
github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458 // indirect
53-
github.com/karalabe/usb v0.0.0-20211005121534-4c5740d64559 // indirect
56+
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
57+
github.com/karalabe/usb v0.0.2 // indirect
5458
github.com/magiconair/properties v1.8.5 // indirect
5559
github.com/mattn/go-runewidth v0.0.9 // indirect
5660
github.com/mitchellh/mapstructure v1.4.2
@@ -74,15 +78,15 @@ require (
7478
go.opentelemetry.io/otel/sdk v1.0.1 // indirect
7579
go.opentelemetry.io/otel/trace v1.0.1 // indirect
7680
go.opentelemetry.io/proto/otlp v0.9.0 // indirect
77-
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
81+
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
7882
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
79-
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
80-
golang.org/x/text v0.3.6 // indirect
83+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
84+
golang.org/x/text v0.3.7 // indirect
8185
google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71 // indirect
8286
google.golang.org/grpc v1.41.0 // indirect
8387
google.golang.org/protobuf v1.27.1 // indirect
8488
gopkg.in/ini.v1 v1.63.2 // indirect
8589
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
8690
gopkg.in/yaml.v2 v2.4.0 // indirect
87-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
91+
gopkg.in/yaml.v3 v3.0.1 // indirect
8892
)

0 commit comments

Comments
 (0)