From ae285bb9f3872013794d2a6e4142069c0266020f Mon Sep 17 00:00:00 2001 From: losh11 Date: Wed, 17 Jun 2020 23:36:26 +0100 Subject: [PATCH] update deps --- go.mod | 14 +++----------- go.sum | 6 ++++++ 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/go.mod b/go.mod index 60ef19fb35..2234a6e2a7 100644 --- a/go.mod +++ b/go.mod @@ -9,25 +9,17 @@ require ( github.com/jrick/logrotate v1.0.0 github.com/lightninglabs/gozmq v0.0.0-20191113021534-d20a764486bf github.com/lightningnetwork/lnd/queue v1.0.4 // indirect - github.com/ltcsuite/ltcd v0.20.1-beta + github.com/ltcsuite/ltcd v0.20.1-beta.0.20200617222819-81094527da29 github.com/ltcsuite/ltclog v0.0.0-20160817181405-73889fb79bd6 - github.com/ltcsuite/ltcutil v1.0.2 + github.com/ltcsuite/ltcutil v1.0.2-beta github.com/ltcsuite/ltcwallet/wallet/txauthor v1.0.0 github.com/ltcsuite/ltcwallet/wallet/txrules v1.0.0 github.com/ltcsuite/ltcwallet/walletdb v1.3.1 - github.com/ltcsuite/ltcwallet/wtxmgr v1.0.0 + github.com/ltcsuite/ltcwallet/wtxmgr v1.1.0 github.com/ltcsuite/neutrino v0.11.0 golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 google.golang.org/grpc v1.18.0 ) -replace github.com/ltcsuite/ltcd => ../ltcd - -replace github.com/ltcsuite/ltcutil => ../ltcutil - -replace github.com/ltcsuite/ltcwallet/walletdb => ./walletdb - -replace github.com/ltcsuite/ltcwallet/wtxmgr => ./wtxmgr - go 1.13 diff --git a/go.sum b/go.sum index dbf02f9f00..c6b4eab812 100644 --- a/go.sum +++ b/go.sum @@ -77,7 +77,13 @@ github.com/ltcsuite/lnd/queue v1.0.3/go.mod h1:L0MMGRrsJFPHhTInek8YgW2v7NyB6pXrA github.com/ltcsuite/lnd/ticker v1.0.1/go.mod h1:WZKpekfDVAVv7Gsrr0GAWC/U1XURfGesFg9sQYJbeL4= github.com/ltcsuite/ltcd v0.20.1-beta h1:ka9ZwUG7oUPppl+7ptuh5VDxGD7TWEJXu/IOOOz1yfY= github.com/ltcsuite/ltcd v0.20.1-beta/go.mod h1:ZFQaYdYULIuTQiWqs7AUiHD2XhDFeeHW1IH+UYMdABU= +github.com/ltcsuite/ltcd v0.20.1-beta.0.20200617222819-81094527da29 h1:k7X+QeOhE8u/DttC5eUAqaYhhEEd74DrZYxrJEb4D1k= +github.com/ltcsuite/ltcd v0.20.1-beta.0.20200617222819-81094527da29/go.mod h1:k4GH6YHNIenJnZY4zAETuiyiYdWKd00kIc6M2lXt/4g= github.com/ltcsuite/ltclog v0.0.0-20160817181405-73889fb79bd6/go.mod h1:0vobaAoyUrwaVFd11+PtAx4afDrzzyFopOaky5ytLBw= +github.com/ltcsuite/ltcutil v0.0.0-20190425235716-9e5f4b9a998d/go.mod h1:8Vg/LTOO0KYa/vlHWJ6XZAevPQThGH5sufO0Hrou/lA= +github.com/ltcsuite/ltcutil v0.0.0-20191227053721-6bec450ea6ad/go.mod h1:8Vg/LTOO0KYa/vlHWJ6XZAevPQThGH5sufO0Hrou/lA= +github.com/ltcsuite/ltcutil v1.0.2-beta h1:IS86frABIvbpw9ilpQ/zt8t30pFog6DD4tBcgbjdj8g= +github.com/ltcsuite/ltcutil v1.0.2-beta/go.mod h1:G1JGpaqtMm0mPtheTryXnDd9a4KAFuGevdQirlJO1Nw= github.com/ltcsuite/ltcwallet v0.0.0-20190105125346-3fa612e326e5/go.mod h1:lLxtFelndCZougRANrysOgq+5aBCgBraH4/ovLb1fo0= github.com/ltcsuite/ltcwallet v0.11.1-beta/go.mod h1:NDOrqKG1Wo5f9WbKzEW0oQFRcFrA6znu+zFYgmFvyJE= github.com/ltcsuite/ltcwallet/wallet/txauthor v1.0.0 h1:V5iIFayENLKYw63swa3HsHEHvW8oKHzrVaqqhn48Xgc=