Skip to content

Commit

Permalink
Merge pull request #238 from kcalvinalvin/2025-01-13-update-utreexo-lib
Browse files Browse the repository at this point in the history
main: update utreexo lib to v0.3.0
  • Loading branch information
kcalvinalvin authored Jan 13, 2025
2 parents 22b719b + 0218cd4 commit 480c909
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 @@ -19,7 +19,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.2.2
github.com/utreexo/utreexo v0.3.0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ github.com/utreexo/utreexo v0.2.1 h1:xycdaHK+HhDZO5MY6Clq7YeXEDguzar1GrAYqIJ1gvs
github.com/utreexo/utreexo v0.2.1/go.mod h1:xIu3cTtT0jNdntc1qJhVyQV/RX03Sk9gFD3UAzALvuU=
github.com/utreexo/utreexo v0.2.2 h1:ELwWmsnbqAdNomShbSjIFeo9LWjt0HEmfLfsg96Zu9A=
github.com/utreexo/utreexo v0.2.2/go.mod h1:xIu3cTtT0jNdntc1qJhVyQV/RX03Sk9gFD3UAzALvuU=
github.com/utreexo/utreexo v0.3.0 h1:969hxIKf+bjma5YKyxwzorws05LFgYEoq29gOtjHKik=
github.com/utreexo/utreexo v0.3.0/go.mod h1:xIu3cTtT0jNdntc1qJhVyQV/RX03Sk9gFD3UAzALvuU=
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-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
Expand Down

0 comments on commit 480c909

Please sign in to comment.