We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c0c9db + 7e5749c commit 850081bCopy full SHA for 850081b
.travis.yml
@@ -7,7 +7,7 @@ cache:
7
- $GOPATH/src/github.com/golang
8
9
go:
10
- - "1.12.x"
+ - "1.13.x"
11
12
sudo: required
13
go.mod
@@ -6,6 +6,8 @@ require (
6
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/davecgh/go-spew v1.1.1
- github.com/lightningnetwork/lnd v0.7.1-beta.0.20190807225126-ea77ff91c221
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
+ golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect
)
+
+go 1.13
0 commit comments