Skip to content

Commit

Permalink
main: update utreexo lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kcalvinalvin committed Jan 9, 2024
1 parent e4f1f5c commit 654db3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require (
github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
github.com/utreexo/utreexo v0.0.0-20240107135703-1173e8c06c0a
github.com/utreexo/utreexo v0.0.0-20240108093304-8fd7201a9da4
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
)

Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ github.com/utreexo/utreexo v0.0.0-20231219090807-8a536d991e56 h1:B/HrgsWj2wgq7p1
github.com/utreexo/utreexo v0.0.0-20231219090807-8a536d991e56/go.mod h1:RT9JpZADhLr2YJVBgp48tmUxVeAHaAbOSr6p6nAEJpI=
github.com/utreexo/utreexo v0.0.0-20240107135703-1173e8c06c0a h1:I13nd87S1t6CgJakPy3SkbXbRnmNHrE46YSiN4LDX1g=
github.com/utreexo/utreexo v0.0.0-20240107135703-1173e8c06c0a/go.mod h1:RT9JpZADhLr2YJVBgp48tmUxVeAHaAbOSr6p6nAEJpI=
github.com/utreexo/utreexo v0.0.0-20240108093304-8fd7201a9da4 h1:osXdu/UVk3j5pR6gYtJ56RBfU6qYAAEub91BNhKQbJk=
github.com/utreexo/utreexo v0.0.0-20240108093304-8fd7201a9da4/go.mod h1:RT9JpZADhLr2YJVBgp48tmUxVeAHaAbOSr6p6nAEJpI=
golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20200115085410-6d4e4cb37c7d/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
Expand Down

0 comments on commit 654db3c

Please sign in to comment.