Skip to content

Commit d44971c

Browse files
committed
fixup! mod: use own txauthor version
1 parent 7a7c5dd commit d44971c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ require (
3333

3434
go 1.16
3535

36-
replace github.com/btcsuite/btcwallet/wallet/txauthor v1.3.2 => github.com/ziggie1984/btcwallet/wallet/txauthor v1.2.4-0.20230213132509-43599deab57f
36+
replace github.com/btcsuite/btcwallet/wallet/txauthor v1.3.2 => github.com/ziggie1984/btcwallet/wallet/txauthor v1.2.4-0.20230214105353-4551cebf39a4

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PK
127127
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
128128
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70Z7CTTCmYQn2CKbY8j86K7/FAIr141uY=
129129
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc=
130-
github.com/ziggie1984/btcwallet/wallet/txauthor v1.2.4-0.20230213132509-43599deab57f h1:tJSUDCp19wPVH0fyMz5JylCifVURDXxJjyGZShNJTMs=
131-
github.com/ziggie1984/btcwallet/wallet/txauthor v1.2.4-0.20230213132509-43599deab57f/go.mod h1:k8f2FcgUQUdfpkY98vWvDYpXLb83g17EupcLv1KcNJw=
130+
github.com/ziggie1984/btcwallet/wallet/txauthor v1.2.4-0.20230214105353-4551cebf39a4 h1:9l2pjhSpJXhKStLryBqN7DGy20jksrR+gGG0luInvYQ=
131+
github.com/ziggie1984/btcwallet/wallet/txauthor v1.2.4-0.20230214105353-4551cebf39a4/go.mod h1:k8f2FcgUQUdfpkY98vWvDYpXLb83g17EupcLv1KcNJw=
132132
go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50 h1:ASw9n1EHMftwnP3Az4XW6e308+gNsrHzmdhd0Olz9Hs=
133133
go.etcd.io/bbolt v1.3.5-0.20200615073812-232d8fc87f50/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ=
134134
golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=

0 commit comments

Comments
 (0)