lnd.xprv/queue/go.mod
2019-09-23 15:11:20 +02:00

8 lines
177 B
Modula-2

module github.com/lightningnetwork/lnd/queue
require github.com/lightningnetwork/lnd/ticker v1.0.0
replace github.com/lightningnetwork/lnd/ticker v1.0.0 => ../ticker
go 1.12