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 8
8
- $GOPATH/src/gopkg.in/alecthomas
9
9
10
10
go :
11
- - " 1.11 .x"
11
+ - " 1.13 .x"
12
12
13
13
env :
14
14
global :
Original file line number Diff line number Diff line change 1
1
module github.com/lightninglabs/loop
2
2
3
3
require (
4
- github.com/btcsuite/btcd v0.0.0-20190629003639-c26ffa870fd8
4
+ github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
5
5
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
6
6
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
8
8
github.com/fortytw2/leaktest v1.3.0
9
9
github.com/golang/protobuf v1.3.2
10
10
github.com/google/go-cmp v0.3.1 // indirect
11
11
github.com/grpc-ecosystem/grpc-gateway v1.10.0
12
12
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
14
14
github.com/lightningnetwork/lnd/queue v1.0.1
15
- github.com/rogpeppe/fastuuid v1.2.0 // indirect
16
15
github.com/urfave/cli v1.20.0
17
16
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect
18
17
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
19
- golang.org/x/sys v0.0.0-20190830142957-1e83adbbebd0 // indirect
20
18
golang.org/x/text v0.3.2 // indirect
21
19
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
22
20
google.golang.org/grpc v1.23.0
You can’t perform that action at this time.
0 commit comments