From d70bff50888487b04015e8d2daef75b04d669dee Mon Sep 17 00:00:00 2001 From: losh11 Date: Wed, 23 Feb 2022 08:09:02 +0000 Subject: [PATCH] mod tidy wtxmgr --- wtxmgr/go.mod | 2 +- wtxmgr/go.sum | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/wtxmgr/go.mod b/wtxmgr/go.mod index 212b87a6ff..b3cad3fc72 100644 --- a/wtxmgr/go.mod +++ b/wtxmgr/go.mod @@ -13,4 +13,4 @@ require ( github.com/stretchr/testify v1.7.0 // indirect golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect gopkg.in/yaml.v2 v2.2.2 // indirect -) \ No newline at end of file +) diff --git a/wtxmgr/go.sum b/wtxmgr/go.sum index 92fcfb1d55..0ae321841a 100644 --- a/wtxmgr/go.sum +++ b/wtxmgr/go.sum @@ -36,6 +36,8 @@ github.com/ltcsuite/ltcd/btcec/v2 v2.1.0 h1:0DMWBjQDb0V1+4kCLOJlNdHs7ewwYturuUfL github.com/ltcsuite/ltcd/btcec/v2 v2.1.0/go.mod h1:Vc9ZYXMcl5D6bA0VwMvGRDJYggO3YZ7/BuIri02Lq0E= github.com/ltcsuite/ltcd/ltcutil v1.1.0 h1:btwbdHO9cEr22zW/vgCLiF6ghh+IDngJdJsyhJ6mntU= github.com/ltcsuite/ltcd/ltcutil v1.1.0/go.mod h1:VbZlcopVgQteiCC5KRjIuxXH5wi1CtzhsvoYZ3K7FaE= +github.com/ltcsuite/ltcwallet/walletdb v1.3.5 h1:WymVw0FBQ8KJgH7B88ujRqBOJ9R0en9K9urpJW4atAE= +github.com/ltcsuite/ltcwallet/walletdb v1.3.5/go.mod h1:29SBzxA55wNxY3ctFw6t5PgsULwf3NMwg2MiGQgtrJE= github.com/onsi/ginkgo v1.6.0 h1:Ix8l273rp3QzYgXSR+c8d1fTG7UPgYkOSELPhiY/YGw= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/gomega v1.4.1 h1:PZSj/UFNaVp3KxrzHOcS7oyuWA7LoOY/77yCTEFu21U=