Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/ethereum/go-ethereum from 1.10.1 to 1.10.22 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 6 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,30 @@ module github.com/gagarinchain/network

require (
github.com/davecgh/go-spew v1.1.1
github.com/deckarep/golang-set v1.7.1
github.com/emirpasic/gods v1.12.0
github.com/ethereum/go-ethereum v1.10.1
github.com/ferranbt/fastssz v0.0.0-20201030134205-9b9624098321 // indirect
github.com/ethereum/go-ethereum v1.10.22 // indirect
github.com/gagarinchain/common v0.1.22
github.com/go-stack/stack v1.8.0
github.com/golang/protobuf v1.4.3
github.com/gorilla/websocket v1.4.2
github.com/inconshreveable/log15 v0.0.0-20201112154412-8562bdadbbac
github.com/golang/protobuf v1.5.2
github.com/ipfs/go-log v1.0.4
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
github.com/libp2p/go-libp2p-core v0.5.6
github.com/libp2p/go-libp2p-peerstore v0.2.4 // indirect
github.com/libp2p/go-libp2p-pubsub v0.2.7
github.com/magiconair/properties v1.8.1
github.com/minio/highwayhash v1.0.1 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/multiformats/go-multiaddr v0.2.2
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
github.com/phoreproject/bls v0.0.0-20200525203911-a88a5ae26844
github.com/pkg/errors v0.9.1
github.com/protolambda/zssz v0.1.5 // indirect
github.com/prysmaticlabs/go-bitfield v0.0.0-20200618145306-2ae0807bef65 // indirect
github.com/prysmaticlabs/go-ssz v0.0.0-20200612203617-6d5c9aa213ae
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
golang.org/x/net v0.0.0-20200822124328-c89045814202
github.com/stretchr/testify v1.7.2
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
golang.org/x/net v0.0.0-20220607020251-c690dde0001d
google.golang.org/genproto v0.0.0-20201008135153-289734e2e40c // indirect
google.golang.org/grpc v1.33.0
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v2 v2.4.0
)

go 1.15
Expand Down
Loading