Skip to content
Closed
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 @@ -4,22 +4,19 @@ go 1.13

require (
github.com/Roasbeef/btcutil v0.0.0-20180406014609-dfb640c57141 // indirect
github.com/ethereum/go-ethereum v1.9.14
github.com/ethereum/go-ethereum v1.10.17
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/golang/protobuf v1.4.3
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
google.golang.org/genproto v0.0.0-20191206224255-0243a4be9c8f
google.golang.org/grpc v1.25.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
google.golang.org/genproto v0.0.0-20200108215221-bd8f9a0ef82f
google.golang.org/grpc v1.26.0
gopkg.in/macaroon.v2 v2.1.0
)
Loading