Skip to content

Bump github.com/ethereum/go-ethereum from 1.9.23 to 1.9.25 #45

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

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
10 changes: 6 additions & 4 deletions go.mod
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ go 1.14

require (
github.com/Gravity-Tech/gateway v0.0.0-20210307122541-e53fafdff20b
github.com/Gravity-Tech/gravity-core v1.0.2-0.20201021214847-79e765399c5e // indirect
github.com/Gravity-Tech/solanoid v0.0.0-20210623182757-f090ad22901b
github.com/btcsuite/btcutil v1.0.2 // indirect
github.com/ethereum/go-ethereum v1.9.23
github.com/ethereum/go-ethereum v1.9.25
github.com/go-kit/kit v0.10.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/mr-tron/base58 v1.2.0
github.com/portto/solana-go-sdk v0.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/portto/solana-go-sdk v0.1.0
github.com/rs/cors v1.7.0 // indirect
github.com/wavesplatform/go-lib-crypto v0.0.0-20190905125804-474f21517ad5
github.com/wavesplatform/gowaves v0.7.0
)
Loading