queue: add module support
This commit is contained in:
parent
f71e400cf0
commit
9c8b627f80
5
queue/go.mod
Normal file
5
queue/go.mod
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
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
|
2
queue/go.sum
Normal file
2
queue/go.sum
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
github.com/lightningnetwork/lnd/ticker v1.0.0 h1:S1b60TEGoTtCe2A0yeB+ecoj/kkS4qpwh6l+AkQEZwU=
|
||||||
|
github.com/lightningnetwork/lnd/ticker v1.0.0/go.mod h1:iaLXJiVgI1sPANIF2qYYUJXjoksPNvGNYowB8aRbpX0=
|
Loading…
Reference in New Issue
Block a user