Skip to content

Commit

Permalink
Bump github.com/spacemeshos/merkle-tree from 0.2.5 to 0.2.6 (#541)
Browse files Browse the repository at this point in the history
Bumps [github.com/spacemeshos/merkle-tree](https://github.com/spacemeshos/merkle-tree) from 0.2.5 to 0.2.6.
- [Release notes](https://github.com/spacemeshos/merkle-tree/releases)
- [Commits](spacemeshos/merkle-tree@v0.2.5...v0.2.6)

---
updated-dependencies:
- dependency-name: github.com/spacemeshos/merkle-tree
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 6675e9c commit 77270d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/nullstyle/go-xdr v0.0.0-20180726165426-f4c839f75077
github.com/prometheus/client_golang v1.20.5
github.com/spacemeshos/go-scale v1.2.1
github.com/spacemeshos/merkle-tree v0.2.5
github.com/spacemeshos/merkle-tree v0.2.6
github.com/spacemeshos/sha256-simd v0.1.0
github.com/stretchr/testify v1.9.0
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ github.com/rogpeppe/go-internal v1.10.0/go.mod h1:UQnix2H7Ngw/k4C5ijL5+65zddjncj
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
github.com/spacemeshos/go-scale v1.2.1 h1:+IJ6KmFl9tF1Om8B1NvEwilGpBG1ebr4Se8A0Fe4puE=
github.com/spacemeshos/go-scale v1.2.1/go.mod h1:fpO6tCoKdUmvF6o9zkUtq2erSOH5t4ik02Zwdm31qOs=
github.com/spacemeshos/merkle-tree v0.2.5 h1:4iWiW4SvDEBGYRUvFUjArHeTHjvOa52JQ/iLW6wBzUs=
github.com/spacemeshos/merkle-tree v0.2.5/go.mod h1:lxMuC/C2qhN6wdH6iSXW0HM8FS6fnKnyLWjCAKsCtr8=
github.com/spacemeshos/merkle-tree v0.2.6 h1:PJ4LBx0vBbYVIHwApyjLy/yqUGEK35ggGTo05oiPhwg=
github.com/spacemeshos/merkle-tree v0.2.6/go.mod h1:lxMuC/C2qhN6wdH6iSXW0HM8FS6fnKnyLWjCAKsCtr8=
github.com/spacemeshos/sha256-simd v0.1.0 h1:G7Mfu5RYdQiuE+wu4ZyJ7I0TI74uqLhFnKblEnSpjYI=
github.com/spacemeshos/sha256-simd v0.1.0/go.mod h1:O8CClVIilId7RtuCMV2+YzMj6qjVn75JsxOxaE8vcfM=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down

0 comments on commit 77270d3

Please sign in to comment.