Skip to content

Commit

Permalink
bot: Bump github.com/ipfs/go-block-format from 0.1.2 to 0.2.0 (#1819)
Browse files Browse the repository at this point in the history
Bumps
[github.com/ipfs/go-block-format](https://github.com/ipfs/go-block-format)
from 0.1.2 to 0.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ipfs/go-block-format/releases">github.com/ipfs/go-block-format's
releases</a>.</em></p>
<blockquote>
<h2>v0.2.0</h2>
<h2>What's Changed</h2>
<ul>
<li>build(deps): bump golang.org/x/sys from
0.0.0-20190412213103-97732733099d to 0.1.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/ipfs/go-block-format/pull/42">ipfs/go-block-format#42</a></li>
<li>chore!: [email protected], update deps, uci, remove gx by <a
href="https://github.com/rvagg"><code>@​rvagg</code></a> in <a
href="https://redirect.github.com/ipfs/go-block-format/pull/46">ipfs/go-block-format#46</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/dependabot"><code>@​dependabot</code></a> made
their first contribution in <a
href="https://redirect.github.com/ipfs/go-block-format/pull/42">ipfs/go-block-format#42</a></li>
<li><a href="https://github.com/rvagg"><code>@​rvagg</code></a> made
their first contribution in <a
href="https://redirect.github.com/ipfs/go-block-format/pull/46">ipfs/go-block-format#46</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ipfs/go-block-format/compare/v0.1.2...v0.2.0">https://github.com/ipfs/go-block-format/compare/v0.1.2...v0.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ipfs/go-block-format/commit/f2d9400e8a49f4ae64a2e4e66834dbc7453be478"><code>f2d9400</code></a>
v0.2.0 bump</li>
<li><a
href="https://github.com/ipfs/go-block-format/commit/ee6647cb872fa6e4d5cbc915439e505d32d2bbd3"><code>ee6647c</code></a>
chore!: [email protected], update deps, uci, remove gx</li>
<li><a
href="https://github.com/ipfs/go-block-format/commit/ffa6dd13a79cd20301fc323283fab147f9491e17"><code>ffa6dd1</code></a>
build(deps): bump golang.org/x/sys</li>
<li><a
href="https://github.com/ipfs/go-block-format/commit/441d112c7ab1fc8834af48908ac52b017260cbbd"><code>441d112</code></a>
chore: Update .github/workflows/stale.yml [skip ci]</li>
<li><a
href="https://github.com/ipfs/go-block-format/commit/1f4e90a58f28009b2fac97061b68841a374f3459"><code>1f4e90a</code></a>
chore: Update .github/workflows/stale.yml [skip ci]</li>
<li>See full diff in <a
href="https://github.com/ipfs/go-block-format/compare/v0.1.2...v0.2.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ipfs/go-block-format&package-manager=go_modules&previous-version=0.1.2&new-version=0.2.0)](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>
  • Loading branch information
dependabot[bot] authored Aug 30, 2023
1 parent 6b0c4d0 commit cbd1432
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 @@ -16,7 +16,7 @@ require (
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/iancoleman/strcase v0.3.0
github.com/ipfs/boxo v0.12.0
github.com/ipfs/go-block-format v0.1.2
github.com/ipfs/go-block-format v0.2.0
github.com/ipfs/go-cid v0.4.1
github.com/ipfs/go-datastore v0.6.0
github.com/ipfs/go-ipld-format v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,8 @@ github.com/ipfs/go-bitswap v0.12.0/go.mod h1:Iwjkd6+vaDjVIa6b6ogmZgs+b5U3EkIFEX7
github.com/ipfs/go-block-format v0.0.1/go.mod h1:DK/YYcsSUIVAFNwo/KZCdIIbpN0ROH/baNLgayt4pFc=
github.com/ipfs/go-block-format v0.0.2/go.mod h1:AWR46JfpcObNfg3ok2JHDUfdiHRgWhJgCQF+KIgOPJY=
github.com/ipfs/go-block-format v0.0.3/go.mod h1:4LmD4ZUw0mhO+JSKdpWwrzATiEfM7WWgQ8H5l6P8MVk=
github.com/ipfs/go-block-format v0.1.2 h1:GAjkfhVx1f4YTODS6Esrj1wt2HhrtwTnhEr+DyPUaJo=
github.com/ipfs/go-block-format v0.1.2/go.mod h1:mACVcrxarQKstUU3Yf/RdwbC4DzPV6++rO2a3d+a/KE=
github.com/ipfs/go-block-format v0.2.0 h1:ZqrkxBA2ICbDRbK8KJs/u0O3dlp6gmAuuXUJNiW1Ycs=
github.com/ipfs/go-block-format v0.2.0/go.mod h1:+jpL11nFx5A/SPpsoBn6Bzkra/zaArfSmsknbPMYgzM=
github.com/ipfs/go-blockservice v0.0.7/go.mod h1:EOfb9k/Y878ZTRY/CH0x5+ATtaipfbRhbvNSdgc/7So=
github.com/ipfs/go-blockservice v0.1.0/go.mod h1:hzmMScl1kXHg3M2BjTymbVPjv627N7sYcvYaKbop39M=
github.com/ipfs/go-blockservice v0.2.1/go.mod h1:k6SiwmgyYgs4M/qt+ww6amPeUH9EISLRBnvUurKJhi8=
Expand Down

0 comments on commit cbd1432

Please sign in to comment.