Skip to content

Commit 2a7760b

Browse files
authored
Merge pull request #105 from kcalvinalvin/2024-01-07-update-utreexo-lib
main: update utreexo library
2 parents 338cf51 + 6218f43 commit 2a7760b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/jrick/logrotate v1.0.0
1515
github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23
1616
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
17-
github.com/utreexo/utreexo v0.0.0-20231219090807-8a536d991e56
17+
github.com/utreexo/utreexo v0.0.0-20240107135703-1173e8c06c0a
1818
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
1919
)
2020

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ github.com/utreexo/utreexo v0.0.0-20231105072134-d8178973ca6b h1:8ZlY6hIjJOx3EGA
115115
github.com/utreexo/utreexo v0.0.0-20231105072134-d8178973ca6b/go.mod h1:RT9JpZADhLr2YJVBgp48tmUxVeAHaAbOSr6p6nAEJpI=
116116
github.com/utreexo/utreexo v0.0.0-20231219090807-8a536d991e56 h1:B/HrgsWj2wgq7p1pDTLgMhoxnlvJFtnuGl4u7UYERs4=
117117
github.com/utreexo/utreexo v0.0.0-20231219090807-8a536d991e56/go.mod h1:RT9JpZADhLr2YJVBgp48tmUxVeAHaAbOSr6p6nAEJpI=
118+
github.com/utreexo/utreexo v0.0.0-20240107135703-1173e8c06c0a h1:I13nd87S1t6CgJakPy3SkbXbRnmNHrE46YSiN4LDX1g=
119+
github.com/utreexo/utreexo v0.0.0-20240107135703-1173e8c06c0a/go.mod h1:RT9JpZADhLr2YJVBgp48tmUxVeAHaAbOSr6p6nAEJpI=
118120
golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
119121
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
120122
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=

0 commit comments

Comments
 (0)