Skip to content

Commit 850081b

Browse files
authored
Merge pull request #39 from Roasbeef/go1.13
sphinx: remove dependency on lnd's tlv package
2 parents 0c0c9db + 7e5749c commit 850081b

File tree

5 files changed

+115
-193
lines changed

5 files changed

+115
-193
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cache:
77
- $GOPATH/src/github.com/golang
88

99
go:
10-
- "1.12.x"
10+
- "1.13.x"
1111

1212
sudo: required
1313

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ require (
66
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
77
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
88
github.com/davecgh/go-spew v1.1.1
9-
github.com/lightningnetwork/lnd v0.7.1-beta.0.20190807225126-ea77ff91c221
109
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
10+
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect
1111
)
12+
13+
go 1.13

0 commit comments

Comments
 (0)