forked from cjdelisle/lseed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (18 loc) · 656 Bytes
/
go.mod
File metadata and controls
20 lines (18 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/roasbeef/lseed
require (
github.com/Sirupsen/logrus v1.0.5
github.com/btcsuite/btcd v0.20.1-beta
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
github.com/davecgh/go-spew v1.1.1
github.com/lightningnetwork/lnd v0.8.1-beta
github.com/miekg/dns v1.0.7
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/sirupsen/logrus v1.4.0 // indirect
github.com/stretchr/testify v1.3.0 // indirect
google.golang.org/grpc v1.18.0
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/macaroon.v2 v2.0.0
)
go 1.13