lightningtip/Gopkg.toml

20 lines
363 B
TOML
Raw Permalink Normal View History

2018-03-28 09:51:56 -07:00
[[constraint]]
name = "github.com/donovanhide/eventsource"
branch = "master"
2018-03-22 13:52:16 -07:00
[[constraint]]
name = "github.com/jessevdk/go-flags"
version = "1.3.0"
2018-03-25 08:58:36 -07:00
[[constraint]]
name = "github.com/lightningnetwork/lnd"
2018-03-28 09:51:56 -07:00
version = "0.4-beta"
2018-03-25 08:58:36 -07:00
2018-03-22 13:52:16 -07:00
[[constraint]]
name = "github.com/op/go-logging"
version = "1.0.0"
[prune]
go-tests = true
unused-packages = true