lightningtip/Gopkg.toml

20 lines
363 B
TOML

[[constraint]]
name = "github.com/donovanhide/eventsource"
branch = "master"
[[constraint]]
name = "github.com/jessevdk/go-flags"
version = "1.3.0"
[[constraint]]
name = "github.com/lightningnetwork/lnd"
version = "0.4-beta"
[[constraint]]
name = "github.com/op/go-logging"
version = "1.0.0"
[prune]
go-tests = true
unused-packages = true