Skip to content

Commit 31ee5d8

Browse files
committed
build: update to go1.13
1 parent 32672cb commit 31ee5d8

File tree

3 files changed

+54
-62
lines changed

3 files changed

+54
-62
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cache:
88
- $GOPATH/src/gopkg.in/alecthomas
99

1010
go:
11-
- "1.11.x"
11+
- "1.13.x"
1212

1313
env:
1414
global:

go.mod

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

33
require (
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

0 commit comments

Comments
 (0)