Skip to content

Commit

Permalink
txauthor: mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
losh11 committed Feb 4, 2020
1 parent 5cb2162 commit 5eba823
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions wallet/txauthor/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,4 @@ require (
github.com/ltcsuite/ltcwallet/wallet/txrules v1.0.0
github.com/ltcsuite/ltcwallet/wallet/txsizes v1.0.0
github.com/ltcsuite/ltcwallet v0.11.1-beta
)

replace github.com/ltcsuite/ltcwallet/wallet/txrules => ../txrules

replace github.com/ltcsuite/ltcwallet/wallet/txsizes => ../txsizes
)
4 changes: 4 additions & 0 deletions wallet/txauthor/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@ github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/lightninglabs/gozmq v0.0.0-20180324010646-462a8a753885/go.mod h1:KUh15naRlx/TmUMFS/p4JJrCrE6F7RGF7rsnvuu45E4=
github.com/ltcsuite/ltcd v0.0.0-20191228044241-92166e412499 h1:kGszSyRgIgyI6ZpQsvbKkQ5tuLNUJJNemTLfpvBfbJM=
github.com/ltcsuite/ltcd v0.0.0-20191228044241-92166e412499/go.mod h1:4NsfRhqGiv8Kt1/reWnI42hOpd5Ns63seEF1X3D2t+o=
github.com/ltcsuite/ltcd v0.20.1-beta/go.mod h1:ZFQaYdYULIuTQiWqs7AUiHD2XhDFeeHW1IH+UYMdABU=
github.com/ltcsuite/ltcutil v0.0.0-20191227053721-6bec450ea6ad h1:ZSvrs99WjvbTwJE1NzCi6OhpOHFRamjTf7lPgo1p20w=
github.com/ltcsuite/ltcutil v0.0.0-20191227053721-6bec450ea6ad/go.mod h1:8Vg/LTOO0KYa/vlHWJ6XZAevPQThGH5sufO0Hrou/lA=
github.com/ltcsuite/ltcwallet v0.0.0-20191229020814-fc621f0f45c3 h1:A+0ZeZaMWrcSVjCe/4eCagasqj2Kp5MPHOcKzjffxT4=
github.com/ltcsuite/ltcwallet v0.0.0-20191229020814-fc621f0f45c3/go.mod h1:vLro7Uf0w/D2S8/StbHL+p/rbu4R179dDogHUnEFisA=
github.com/ltcsuite/ltcwallet/wallet/txrules v1.0.0/go.mod h1:H/FiHbbfd9+TPn9ao1Ier7rBosT5j2ejIbHvZqHSEVU=
github.com/ltcsuite/ltcwallet/wallet/txsizes v1.0.0/go.mod h1:BVSZSGrQP4MXD7Y3vVVZ1TiabQmzmkeYngSfz7DD34o=
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.7.0 h1:WSHQ+IS43OoUrWtD1/bbclrwK8TTH5hzp+umCiuxHgs=
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
Expand All @@ -62,6 +65,7 @@ golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACk
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 h1:HuIa8hRrWRSrqYzx1qI49NNxhdi2PrY7gxVSq1JjLDc=
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
golang.org/x/net v0.0.0-20180719180050-a680a1efc54d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
Expand Down

0 comments on commit 5eba823

Please sign in to comment.