File tree Expand file tree Collapse file tree 3 files changed +54
-62
lines changed
Expand file tree Collapse file tree 3 files changed +54
-62
lines changed Original file line number Diff line number Diff line change 88 - $GOPATH/src/gopkg.in/alecthomas
99
1010go :
11- - " 1.11 .x"
11+ - " 1.13 .x"
1212
1313env :
1414 global :
Original file line number Diff line number Diff line change 11module github.com/lightninglabs/loop
22
33require (
4- github.com/btcsuite/btcd v0.0.0-20190629003639-c26ffa870fd8
4+ github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
55 github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
66 github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
7- github.com/coreos/bbolt v1.3.2
7+ github.com/coreos/bbolt v1.3.3
88 github.com/fortytw2/leaktest v1.3.0
99 github.com/golang/protobuf v1.3.2
1010 github.com/google/go-cmp v0.3.1 // indirect
1111 github.com/grpc-ecosystem/grpc-gateway v1.10.0
1212 github.com/jessevdk/go-flags v1.4.0
13- github.com/lightningnetwork/lnd v0.7.1-beta
13+ github.com/lightningnetwork/lnd v0.7.1-beta-rc2.0.20190914085956-35027e52fc22
1414 github.com/lightningnetwork/lnd/queue v1.0.1
15- github.com/rogpeppe/fastuuid v1.2.0 // indirect
1615 github.com/urfave/cli v1.20.0
1716 golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect
1817 golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
19- golang.org/x/sys v0.0.0-20190830142957-1e83adbbebd0 // indirect
2018 golang.org/x/text v0.3.2 // indirect
2119 google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
2220 google.golang.org/grpc v1.23.0
You can’t perform that action at this time.
0 commit comments