Skip to content

Commit 32672cb

Browse files
committed
build: tidy go modules, update to lnd v0.7.1
1 parent 647095b commit 32672cb

File tree

2 files changed

+60
-115
lines changed

2 files changed

+60
-115
lines changed

go.mod

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,26 @@
11
module github.com/lightninglabs/loop
22

33
require (
4-
cloud.google.com/go v0.44.3 // indirect
5-
github.com/btcsuite/btcd v0.0.0-20190605094302-a0d1e3e36d50
4+
github.com/btcsuite/btcd v0.0.0-20190629003639-c26ffa870fd8
65
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
76
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
87
github.com/coreos/bbolt v1.3.2
98
github.com/fortytw2/leaktest v1.3.0
109
github.com/golang/protobuf v1.3.2
1110
github.com/google/go-cmp v0.3.1 // indirect
12-
github.com/google/pprof v0.0.0-20190723021845-34ac40c74b70 // indirect
1311
github.com/grpc-ecosystem/grpc-gateway v1.10.0
14-
github.com/hashicorp/golang-lru v0.5.3 // indirect
1512
github.com/jessevdk/go-flags v1.4.0
16-
github.com/kr/pty v1.1.8 // indirect
17-
github.com/lightningnetwork/lnd v0.6.1-beta.0.20190605130338-880279b266e9
13+
github.com/lightningnetwork/lnd v0.7.1-beta
1814
github.com/lightningnetwork/lnd/queue v1.0.1
1915
github.com/rogpeppe/fastuuid v1.2.0 // indirect
20-
github.com/rogpeppe/go-internal v1.3.1 // indirect
2116
github.com/urfave/cli v1.20.0
2217
golang.org/x/crypto v0.0.0-20190829043050-9756ffdc2472 // indirect
23-
golang.org/x/exp v0.0.0-20190829153037-c13cbed26979 // indirect
24-
golang.org/x/image v0.0.0-20190829233526-b3c06291d021 // indirect
25-
golang.org/x/mobile v0.0.0-20190826170111-cafc553e1ac5 // indirect
2618
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297
2719
golang.org/x/sys v0.0.0-20190830142957-1e83adbbebd0 // indirect
28-
golang.org/x/tools v0.0.0-20190830172400-56125e7d709e // indirect
29-
google.golang.org/api v0.9.0 // indirect
30-
google.golang.org/appengine v1.6.2 // indirect
20+
golang.org/x/text v0.3.2 // indirect
3121
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55
3222
google.golang.org/grpc v1.23.0
3323
gopkg.in/macaroon.v2 v2.1.0
34-
honnef.co/go/tools v0.0.1-2019.2.2 // indirect
3524
)
25+
26+
go 1.13

0 commit comments

Comments
 (0)