From 45a59345e7b5b441a5c0fe9ed85579f2c3497b6d Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 24 Mar 2020 14:51:04 +0100 Subject: [PATCH] mod: bump version of queue package To fix external projects depending on lnd, we need to bump the queue package to a new version for the changes to be picked up. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index de7f0a9db..e642a8118 100644 --- a/go.mod +++ b/go.mod @@ -37,7 +37,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.0 - github.com/lightningnetwork/lnd/queue v1.0.2 + github.com/lightningnetwork/lnd/queue v1.0.3 github.com/lightningnetwork/lnd/ticker v1.0.0 github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 github.com/miekg/dns v0.0.0-20171125082028-79bfde677fa8