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

chore(deps): bump golang.org/x/net from 0.0.0-20200425230154-ff2c4b7c35a0 to 0.7.0 in /test/simulation #2074

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
5 changes: 1 addition & 4 deletions test/simulation/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@ require (
github.com/ethereum/go-ethereum v1.9.14
github.com/go-errors/errors v1.0.1
github.com/golang/protobuf v1.3.2
github.com/kkdai/bstream v1.0.0 // indirect
github.com/lightningnetwork/lnd v0.8.2-beta
github.com/ltcsuite/ltcd v0.0.0-20191214120725-004941532b74
github.com/ltcsuite/ltcutil v0.0.0-20190507133322-23cdfa9fcc3d
github.com/miguelmota/go-ethereum-hdwallet v0.0.0-20200123000308-a60dcd172b4c
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/roasbeef/btcd v0.0.0-20180418012700-a03db407e40d
github.com/roasbeef/btcutil v0.0.0-20180406014609-dfb640c57141
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
golang.org/x/net v0.7.0
google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f
google.golang.org/grpc v1.25.1
gopkg.in/macaroon.v2 v2.1.0
Expand Down
Loading