From d8f1478e5ba26852448cfe93afddb7b938c0cc99 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 24 Aug 2020 10:01:03 +0200 Subject: [PATCH] mod: update cert to v1.0.3 The PR #4421 updated the cert package. To make lnd usable as dependency in other projects after the PR was merged, we need to tag and update the cert package. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 160da68a..876cb2e4 100644 --- a/go.mod +++ b/go.mod @@ -48,7 +48,7 @@ require ( github.com/lightninglabs/neutrino v0.11.1-0.20200316235139-bffc52e8f200 github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d github.com/lightningnetwork/lightning-onion v1.0.2-0.20200501022730-3c8c8d0b89ea - github.com/lightningnetwork/lnd/cert v1.0.2 + github.com/lightningnetwork/lnd/cert v1.0.3 github.com/lightningnetwork/lnd/clock v1.0.1 github.com/lightningnetwork/lnd/queue v1.0.4 github.com/lightningnetwork/lnd/ticker v1.0.0