Skip to content

Commit 074eac8

Browse files
chore(deps): bump github.com/celestiaorg/nmt from 0.22.1 to 0.22.2 (#112)
Bumps [github.com/celestiaorg/nmt](https://github.com/celestiaorg/nmt) from 0.22.1 to 0.22.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/celestiaorg/nmt/releases">github.com/celestiaorg/nmt's releases</a>.</em></p> <blockquote> <h2>v0.22.2</h2> <h2>What's Changed</h2> <ul> <li>chore(deps): bump github.com/tidwall/gjson from 1.17.1 to 1.17.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/celestiaorg/nmt/pull/271">celestiaorg/nmt#271</a></li> <li>docs: add comment to leaf case in verify subtree roots inclusion by <a href="https://github.com/rach-id"><code>@​rach-id</code></a> in <a href="https://redirect.github.com/celestiaorg/nmt/pull/272">celestiaorg/nmt#272</a></li> <li>ci: support releasing proto definitions to BSR by <a href="https://github.com/rach-id"><code>@​rach-id</code></a> in <a href="https://redirect.github.com/celestiaorg/nmt/pull/274">celestiaorg/nmt#274</a></li> <li>fix(ci): update the Buf CI to push tags to the Buf Schema Registry by <a href="https://github.com/rach-id"><code>@​rach-id</code></a> in <a href="https://redirect.github.com/celestiaorg/nmt/pull/280">celestiaorg/nmt#280</a></li> <li>chore(deps): bump github.com/tidwall/gjson from 1.17.3 to 1.18.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/celestiaorg/nmt/pull/277">celestiaorg/nmt#277</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/celestiaorg/nmt/compare/v0.22.1...v0.22.2">https://github.com/celestiaorg/nmt/compare/v0.22.1...v0.22.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/celestiaorg/nmt/commit/c1a9cfc042eb30384ba8f6187258cf285eff86be"><code>c1a9cfc</code></a> chore(deps): bump github.com/tidwall/gjson from 1.17.3 to 1.18.0 (<a href="https://redirect.github.com/celestiaorg/nmt/issues/277">#277</a>)</li> <li><a href="https://github.com/celestiaorg/nmt/commit/b2a01871d63e87c9766b11f93e482c954c2d6494"><code>b2a0187</code></a> fix(ci): update the Buf CI to push tags to the Buf Schema Registry (<a href="https://redirect.github.com/celestiaorg/nmt/issues/280">#280</a>)</li> <li><a href="https://github.com/celestiaorg/nmt/commit/d6a34366eee7898ba2ca44814d9b14cf4d07bbfd"><code>d6a3436</code></a> ci: support releasing proto definitions to BSR (<a href="https://redirect.github.com/celestiaorg/nmt/issues/274">#274</a>)</li> <li><a href="https://github.com/celestiaorg/nmt/commit/29e9433bd79eed40462000626ef987c91b0cf523"><code>29e9433</code></a> docs: add comment to leaf case in verify subtree roots inclusion (<a href="https://redirect.github.com/celestiaorg/nmt/issues/272">#272</a>)</li> <li><a href="https://github.com/celestiaorg/nmt/commit/cce31e890f382c1b90241a7340327f76c252a0cf"><code>cce31e8</code></a> chore(deps): bump github.com/tidwall/gjson from 1.17.1 to 1.17.3 (<a href="https://redirect.github.com/celestiaorg/nmt/issues/271">#271</a>)</li> <li>See full diff in <a href="https://github.com/celestiaorg/nmt/compare/v0.22.1...v0.22.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/celestiaorg/nmt&package-manager=go_modules&previous-version=0.22.1&new-version=0.22.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b07b17c commit 074eac8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/celestiaorg/go-square/v2
33
go 1.22.5
44

55
require (
6-
github.com/celestiaorg/nmt v0.22.1
6+
github.com/celestiaorg/nmt v0.22.2
77
github.com/stretchr/testify v1.9.0
88
golang.org/x/exp v0.0.0-20231206192017-f3f8817b8deb
99
google.golang.org/protobuf v1.34.2

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/celestiaorg/nmt v0.22.1 h1:t7fqoP5MJ8mBns5DB2XjfcPxQpS3CKMkY+v+BEkDxYc=
2-
github.com/celestiaorg/nmt v0.22.1/go.mod h1:ia/EpCk0enD5yO5frcxoNoFToz2Ghtk2i+blmCRjIY8=
1+
github.com/celestiaorg/nmt v0.22.2 h1:JmOMtZL9zWAed1hiwb9DDs+ELcKp/ZQZ3rPverge/V8=
2+
github.com/celestiaorg/nmt v0.22.2/go.mod h1:/7huDiSRL/d2EGhoiKctgSzmLOJoWG8yEfbFtY1+Mow=
33
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
44
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
55
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=
@@ -14,8 +14,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
1414
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
1515
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
1616
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
17-
github.com/tidwall/gjson v1.17.1 h1:wlYEnwqAHgzmhNUFfw7Xalt2JzQvsMx2Se4PcoFCT/U=
18-
github.com/tidwall/gjson v1.17.1/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
17+
github.com/tidwall/gjson v1.18.0 h1:FIDeeyB800efLX89e5a8Y0BNH+LOngJyGrIWxG2FKQY=
18+
github.com/tidwall/gjson v1.18.0/go.mod h1:/wbyibRr2FHMks5tjHJ5F8dMZh3AcwJEMf5vlfC0lxk=
1919
github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
2020
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
2121
github.com/tidwall/pretty v1.2.1 h1:qjsOFOWWQl+N3RsoF5/ssm1pHmJJwhjlSbZ51I6wMl4=

0 commit comments

Comments
 (0)