queue: add module support

This commit is contained in:
Wilmer Paulino 2019-02-06 17:03:33 -08:00
parent f71e400cf0
commit 9c8b627f80
No known key found for this signature in database
GPG Key ID: 6DF57B9F9514972F
2 changed files with 7 additions and 0 deletions

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

@ -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=