lnd.xprv/queue/go.mod

8 lines
177 B
Modula-2
Raw Permalink Normal View History

2019-02-07 04:03:33 +03:00
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
2019-09-23 16:11:20 +03:00
go 1.12