diff --git a/queue/go.mod b/queue/go.mod index 62aa0be7..a5731bfa 100644 --- a/queue/go.mod +++ b/queue/go.mod @@ -3,3 +3,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 + +go 1.12