Skip to content

Commit 96f4d3c

Browse files
committed
go mod fixes
1 parent c37ac15 commit 96f4d3c

File tree

6 files changed

+135
-20
lines changed

6 files changed

+135
-20
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ require (
1212
github.com/jrick/logrotate v1.0.0
1313
github.com/ltcsuite/ltcd/btcec/v2 v2.3.2
1414
github.com/ltcsuite/ltcd/chaincfg/chainhash v1.0.2
15-
github.com/ltcsuite/ltcd/ltcutil v1.1.4-0.20240325211356-491681cb5556
15+
github.com/ltcsuite/ltcd/ltcutil v1.1.4-0.20250505084124-c37ac1524e04
16+
github.com/ltcsuite/secp256k1 v0.1.1
1617
github.com/stretchr/testify v1.8.3
1718
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
1819
golang.org/x/crypto v0.7.0
@@ -30,7 +31,6 @@ require (
3031
github.com/kkdai/bstream v1.0.0 // indirect
3132
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
3233
github.com/kr/pretty v0.3.0 // indirect
33-
github.com/ltcsuite/secp256k1 v0.1.1 // indirect
3434
github.com/onsi/ginkgo v1.16.4 // indirect
3535
github.com/onsi/gomega v1.26.0 // indirect
3636
github.com/pkg/errors v0.9.1 // indirect

go.sum

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ github.com/decred/dcrd/crypto/blake256 v1.0.0 h1:/8DMNYp9SGi5f0w7uCm6d6M4OU2rGFK
1919
github.com/decred/dcrd/crypto/blake256 v1.0.0/go.mod h1:sQl2p6Y26YV+ZOcSTP6thNdn47hh8kt6rqSlvmrXFAc=
2020
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 h1:YLtO71vCjJRCBcrPMtQ9nqBsqpA1m5sE92cU+pd5Mcc=
2121
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1/go.mod h1:hyedUtir6IdtD/7lIxGeCxkaw7y45JueMRL4DIyJDKs=
22+
github.com/decred/dcrd/lru v1.0.0/go.mod h1:mxKOwFd7lFjN2GZYsiz/ecgqR6kkYAl+0pz0tEMk218=
2223
github.com/decred/dcrd/lru v1.1.1 h1:kWFDaW0OWx6AD6Ki342c+JPmHbiVdE6rK81pT3fuo/Y=
2324
github.com/decred/dcrd/lru v1.1.1/go.mod h1:mxKOwFd7lFjN2GZYsiz/ecgqR6kkYAl+0pz0tEMk218=
2425
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
@@ -48,6 +49,7 @@ github.com/google/go-cmp v0.5.9/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeN
4849
github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE=
4950
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
5051
github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc=
52+
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
5153
github.com/jessevdk/go-flags v1.5.0 h1:1jKYvbxEjfUl0fmqTCOfonvskHHXMjBySTLW4y9LFvc=
5254
github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4=
5355
github.com/jrick/logrotate v1.0.0 h1:lQ1bL/n9mBNeIXoTUoYRlK4dHuNJVofX9oWqBtPnSzI=
@@ -64,12 +66,14 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
6466
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
6567
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
6668
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
69+
github.com/ltcsuite/ltcd v0.23.5/go.mod h1:JV6swXR5m0cYFi0VYdQPp3UnMdaDQxaRUCaU1PPjb+g=
6770
github.com/ltcsuite/ltcd/btcec/v2 v2.3.2 h1:HVArUNQGqGaSSoyYkk9qGht74U0/uNhS0n7jV9rkmno=
6871
github.com/ltcsuite/ltcd/btcec/v2 v2.3.2/go.mod h1:T1t5TjbjPnryvlGQ+RpSKGuU8KhjNN7rS5+IznPj1VM=
6972
github.com/ltcsuite/ltcd/chaincfg/chainhash v1.0.2 h1:xuWxvRKxLvOKuS7/Q/7I3tpc3cWAB0+hZpU8YdVqkzg=
7073
github.com/ltcsuite/ltcd/chaincfg/chainhash v1.0.2/go.mod h1:nkLkAFGhursWf2U68gt61hPieK1I+0m78e+2aevNyD8=
71-
github.com/ltcsuite/ltcd/ltcutil v1.1.4-0.20240325211356-491681cb5556 h1:zegqVHqUafKB4KYGfegBF9/8XlrIn2s1JkNn50NYTk8=
72-
github.com/ltcsuite/ltcd/ltcutil v1.1.4-0.20240325211356-491681cb5556/go.mod h1:wubDzDJLeJjP3u2HmpWg5IFh5OCn8T5dsxHIUrcYluk=
74+
github.com/ltcsuite/ltcd/ltcutil v1.1.3/go.mod h1:z8txd/ohBFrOMBUT70K8iZvHJD/Vc3gzx+6BP6cBxQw=
75+
github.com/ltcsuite/ltcd/ltcutil v1.1.4-0.20250505084124-c37ac1524e04 h1:J6OqqtA22vfOm2Jhpu5RRFC+2N5TaiJt1pvZ8ptguhM=
76+
github.com/ltcsuite/ltcd/ltcutil v1.1.4-0.20250505084124-c37ac1524e04/go.mod h1:voqakNV5xCvu8AvnD4Z+gFnSk5CvUzJmF6a7uMEPVuc=
7377
github.com/ltcsuite/secp256k1 v0.1.1 h1:e4EgFwXMZZr5h5wYu+/F+OCbPqUuYAk0Zp5CtYoqu44=
7478
github.com/ltcsuite/secp256k1 v0.1.1/go.mod h1:I9x9HjYCJyV/dszguk07q00F6ymrCeK2FX7u3sO5B0I=
7579
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
@@ -121,6 +125,7 @@ github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5t
121125
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
122126
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
123127
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
128+
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a/go.mod h1:P+XmwS30IXTQdn5tA2iutPOUgjI07+tq3H3K9MVA1s8=
124129
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
125130
golang.org/x/crypto v0.1.0/go.mod h1:RecgLatLF4+eUMCP1PoPZQb+cVrJcOPbHkTkbkB9sbw=
126131
golang.org/x/crypto v0.7.0 h1:AvwMYaRytfdeVt3u6mLaxYtErKYjxA2OXjJ1HHq6t3A=

ltcutil/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,17 @@ require (
77
github.com/davecgh/go-spew v1.1.1
88
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1
99
github.com/kkdai/bstream v1.0.0
10-
github.com/ltcsuite/ltcd v0.23.5
10+
github.com/ltcsuite/ltcd v0.23.6-0.20250505084124-c37ac1524e04
1111
github.com/ltcsuite/ltcd/btcec/v2 v2.3.2
1212
github.com/ltcsuite/ltcd/chaincfg/chainhash v1.0.2
13+
github.com/ltcsuite/secp256k1 v0.1.1
1314
golang.org/x/crypto v0.7.0
1415
lukechampine.com/blake3 v1.2.1
1516
)
1617

1718
require (
1819
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
1920
github.com/decred/dcrd/crypto/blake256 v1.0.0 // indirect
20-
github.com/google/go-cmp v0.5.9 // indirect
2121
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
22-
github.com/ltcsuite/secp256k1 v0.1.1 // indirect
23-
github.com/stretchr/testify v1.8.3 // indirect
2422
golang.org/x/sys v0.13.0 // indirect
2523
)

0 commit comments

Comments
 (0)