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.9.25 to 1.10.22 #33

Open
wants to merge 1 commit into
base: c16_blockchain_explorer
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
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ module github.com/web3coach/the-blockchain-bar
go 1.16

require (
github.com/aristanetworks/goarista v0.0.0-20200211191935-58c705f5cf52 // indirect
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/caddyserver/certmagic v0.11.2
github.com/davecgh/go-spew v1.1.1
github.com/ethereum/go-ethereum v1.9.25
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/ethereum/go-ethereum v1.10.22
github.com/pborman/uuid v0.0.0-20170112150404-1b00554d8222
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.7.2
)
Loading