Skip to content

Commit

Permalink
Bump github.com/ethereum/go-ethereum from 1.10.16 to 1.12.1
Browse files Browse the repository at this point in the history
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.10.16 to 1.12.1.
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.10.16...v1.12.1)

---
updated-dependencies:
- dependency-name: github.com/ethereum/go-ethereum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 6, 2023
1 parent 91d74ce commit f6eba31
Show file tree
Hide file tree
Showing 2 changed files with 642 additions and 88 deletions.
25 changes: 11 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ module github.com/33cn/chain33
go 1.16

require (
github.com/BurntSushi/toml v0.3.1
github.com/BurntSushi/toml v1.2.1
github.com/XiaoMi/pegasus-go-client v0.0.0-20210825081735-b8a75c1eac2b
github.com/btcsuite/btcd v0.22.0-beta
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
github.com/decred/base58 v1.0.3
github.com/dgraph-io/badger v1.6.2
github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2
github.com/ethereum/go-ethereum v1.10.16
github.com/go-stack/stack v1.8.0
github.com/ethereum/go-ethereum v1.12.1
github.com/go-stack/stack v1.8.1
github.com/golang/protobuf v1.5.2
github.com/golang/snappy v0.0.4
github.com/golang/snappy v0.0.5-0.20220116011046-fa5810519dcb
github.com/google/uuid v1.3.0
github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d
github.com/influxdata/influxdb v1.9.5
Expand All @@ -31,7 +31,7 @@ require (
github.com/libp2p/go-libp2p-swarm v0.5.3
github.com/libp2p/go-msgio v0.0.6
github.com/lucas-clemente/quic-go v0.26.0 // indirect
github.com/mattn/go-colorable v0.1.8
github.com/mattn/go-colorable v0.1.13
github.com/mr-tron/base58 v1.2.0
github.com/multiformats/go-multiaddr v0.4.1
github.com/pkg/errors v0.9.1
Expand All @@ -40,18 +40,15 @@ require (
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563
github.com/rs/cors v1.7.0
github.com/shopspring/decimal v1.2.0
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.7.0
github.com/spf13/cobra v1.5.0
github.com/stretchr/testify v1.8.1
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
github.com/tjfoc/gmsm v1.3.2
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
golang.org/x/tools v0.1.10 // indirect
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
golang.org/x/crypto v0.9.0
golang.org/x/net v0.10.0
golang.org/x/sys v0.9.0
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1
google.golang.org/protobuf v1.28.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/go-playground/webhooks.v5 v5.2.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
Expand Down
Loading

0 comments on commit f6eba31

Please sign in to comment.