Skip to content

Commit 046723d

Browse files
chore: bump github.com/ethereum/go-ethereum from 1.10.12 to 1.10.23
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.12 to 1.10.23. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.10.12...v1.10.23) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae41d3c commit 046723d

File tree

2 files changed

+68
-42
lines changed

2 files changed

+68
-42
lines changed

go.mod

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.17
44

55
require (
66
github.com/99designs/gqlgen v0.16.0
7-
github.com/ethereum/go-ethereum v1.10.12
7+
github.com/ethereum/go-ethereum v1.10.23
88
github.com/golang/snappy v0.0.4
99
github.com/google/uuid v1.3.0
1010
github.com/hashicorp/go-version v1.4.0
@@ -18,7 +18,7 @@ require (
1818
github.com/protolambda/ztyp v0.2.1
1919
github.com/robfig/cron/v3 v3.0.1
2020
github.com/rs/cors v1.8.2
21-
github.com/stretchr/testify v1.7.0
21+
github.com/stretchr/testify v1.7.2
2222
github.com/vektah/gqlparser/v2 v2.2.0
2323
go.mongodb.org/mongo-driver v1.8.3
2424
gopkg.in/yaml.v2 v2.4.0
@@ -28,9 +28,11 @@ require (
2828
github.com/agnivade/levenshtein v1.1.0 // indirect
2929
github.com/beorn7/perks v1.0.1 // indirect
3030
github.com/btcsuite/btcd v0.22.0-beta // indirect
31+
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
3132
github.com/cespare/xxhash/v2 v2.1.1 // indirect
3233
github.com/davecgh/go-spew v1.1.1 // indirect
3334
github.com/davidlazar/go-crypto v0.0.0-20200604182044-b73af7476f6c // indirect
35+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
3436
github.com/flynn/noise v1.0.0 // indirect
3537
github.com/go-stack/stack v1.8.0 // indirect
3638
github.com/gogo/protobuf v1.3.2 // indirect
@@ -39,7 +41,7 @@ require (
3941
github.com/gorilla/websocket v1.4.2 // indirect
4042
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect
4143
github.com/holiman/uint256 v1.2.0 // indirect
42-
github.com/huin/goupnp v1.0.2 // indirect
44+
github.com/huin/goupnp v1.0.3 // indirect
4345
github.com/ipfs/go-cid v0.0.7 // indirect
4446
github.com/ipfs/go-ipfs-util v0.0.2 // indirect
4547
github.com/ipfs/go-log v1.0.5 // indirect
@@ -116,11 +118,11 @@ require (
116118
go.uber.org/atomic v1.9.0 // indirect
117119
go.uber.org/multierr v1.7.0 // indirect
118120
go.uber.org/zap v1.19.0 // indirect
119-
golang.org/x/crypto v0.0.0-20210813211128-0a44fdfbc16e // indirect
120-
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
121+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
122+
golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
121123
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
122-
golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912 // indirect
124+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
123125
golang.org/x/text v0.3.7 // indirect
124126
google.golang.org/protobuf v1.27.1 // indirect
125-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
127+
gopkg.in/yaml.v3 v3.0.1 // indirect
126128
)

0 commit comments

Comments
 (0)