Merge pull request #4295 from guggero/fix-queue

mod: update to queue/v1.0.4
This commit is contained in:
Oliver Gugger 2020-05-18 14:51:16 +02:00 committed by GitHub
commit 4d3bd6f178
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
go.mod

@ -39,7 +39,7 @@ require (
github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d github.com/lightninglabs/protobuf-hex-display v1.3.3-0.20191212020323-b444784ce75d
github.com/lightningnetwork/lightning-onion v1.0.1 github.com/lightningnetwork/lightning-onion v1.0.1
github.com/lightningnetwork/lnd/cert v1.0.2 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/lightningnetwork/lnd/ticker v1.0.0
github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796 github.com/ltcsuite/ltcd v0.0.0-20190101042124-f37f8bf35796
github.com/mattn/go-runewidth v0.0.9 // indirect github.com/mattn/go-runewidth v0.0.9 // indirect