From b4b524903c8e54bf51d6c63ad88840d506c33e4c Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Mon, 21 Feb 2022 15:30:07 +0100 Subject: [PATCH] mod: bump tlv version to v1.0.1 [skip ci] Apparently we already pushed a tag named tlv/v1.0.0 a while ago (which points to a commit not in master)... We need to bump the version of the tag to v1.0.1 since we cannot replace old tags (without causing a lot of caching problems). --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 63a8f9aa4..63da824ce 100644 --- a/go.mod +++ b/go.mod @@ -48,7 +48,7 @@ require ( github.com/lightningnetwork/lnd/kvdb v1.3.0 github.com/lightningnetwork/lnd/queue v1.1.0 github.com/lightningnetwork/lnd/ticker v1.1.0 - github.com/lightningnetwork/lnd/tlv v1.0.0 + github.com/lightningnetwork/lnd/tlv v1.0.1 github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 github.com/mattn/go-runewidth v0.0.9 // indirect github.com/miekg/dns v1.1.43