mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-26 08:55:59 +01:00
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).
This commit is contained in:
parent
4df7dbdc58
commit
b4b524903c
1 changed files with 1 additions and 1 deletions
2
go.mod
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue