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 github.com/lightningnetwork/lnd from 0.8.2-beta to 0.15.4-beta in /test/simulation #2070

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
15 changes: 6 additions & 9 deletions test/simulation/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,17 @@ require (
github.com/Roasbeef/btcutil v0.0.0-20180406014609-dfb640c57141 // indirect
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/golang/protobuf v1.5.2
github.com/lightningnetwork/lnd v0.15.4-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
google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f
google.golang.org/grpc v1.25.1
github.com/stretchr/testify v1.7.1
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced
google.golang.org/grpc v1.38.0
gopkg.in/macaroon.v2 v2.1.0
)
Loading