From bd40f73be39ff504f2adee6a0588989aa6f19abc Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 18 May 2020 11:52:49 +0200 Subject: [PATCH] mod: update to queue/v1.0.4 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e5f42da9..24683e0c 100644 --- a/go.mod +++ b/go.mod @@ -39,7 +39,7 @@ require ( github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d github.com/lightningnetwork/lightning-onion v1.0.1 github.com/lightningnetwork/lnd/cert v1.0.2 - github.com/lightningnetwork/lnd/queue v1.0.3 + github.com/lightningnetwork/lnd/queue v1.0.4 github.com/lightningnetwork/lnd/ticker v1.0.0 github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 github.com/mattn/go-runewidth v0.0.9 // indirect