Skip to content

Commit

Permalink
build(deps): bump github.com/creachadair/taskgroup from 0.3.2 to 0.6.0 (
Browse files Browse the repository at this point in the history
cosmos#1099)

Bumps
[github.com/creachadair/taskgroup](https://github.com/creachadair/taskgroup)
from 0.3.2 to 0.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/creachadair/taskgroup/commit/ceb691f316d1e99ea6b131b55a6f1732067e1f15"><code>ceb691f</code></a>
Release v0.6.0</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/c83e34843ea48dff41eced09132157a9d4ce7c71"><code>c83e348</code></a>
Test single completion both early and late.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/b59edfdbf1df7e856d2e507240ec090056f7e369"><code>b59edfd</code></a>
Give Single a result type parameter.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/a9d4a0aa3860b2501c5ec54d48dd41e9186c6865"><code>a9d4a0a</code></a>
Update actions/setup-go to v4.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/19294837c777aa4cb970b2c7bca9606b87b9520f"><code>1929483</code></a>
Release v0.5.1.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/8b2fee80a18c327abbf669b72fd4b910b5492481"><code>8b2fee8</code></a>
Add NoError helper.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/4a1a2804b3ba35a40918b0136b3451002dba06db"><code>4a1a280</code></a>
Fix a couple examples in the README.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/51aa11f92eae7477844d68eaa22e6ef0e692905c"><code>51aa11f</code></a>
Update Go toolchain base to 1.19.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/9ac7785d1cd7f3a1a03bd2df762055988bb607f2"><code>9ac7785</code></a>
Make the example output less random.</li>
<li><a
href="https://github.com/creachadair/taskgroup/commit/ebed48275a63dde43cd353722c8930b7d6e28b0f"><code>ebed482</code></a>
Consolidate wait and cleanup (no functional change)</li>
<li>Additional commits viewable in <a
href="https://github.com/creachadair/taskgroup/compare/v0.3.2...v0.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/creachadair/taskgroup&package-manager=go_modules&previous-version=0.3.2&new-version=0.6.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 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 3, 2023
1 parent e79925a commit a2c7af5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/celestiaorg/rsmt2d v0.9.0
github.com/celestiaorg/utils v0.1.0
github.com/cometbft/cometbft v0.37.2
github.com/creachadair/taskgroup v0.3.2
github.com/creachadair/taskgroup v0.6.0
github.com/dgraph-io/badger/v3 v3.2103.5
github.com/go-kit/kit v0.12.0
github.com/gogo/protobuf v1.3.3
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,9 @@ github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46t
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/creachadair/atomicfile v0.2.6/go.mod h1:BRq8Une6ckFneYXZQ+kO7p1ZZP3I2fzVzf28JxrIkBc=
github.com/creachadair/command v0.0.0-20220426235536-a748effdf6a1/go.mod h1:bAM+qFQb/KwWyCc9MLC4U1jvn3XyakqP5QRkds5T6cY=
github.com/creachadair/taskgroup v0.3.2 h1:zlfutDS+5XG40AOxcHDSThxKzns8Tnr9jnr6VqkYlkM=
github.com/creachadair/taskgroup v0.3.2/go.mod h1:wieWwecHVzsidg2CsUnFinW1faVN4+kq+TDlRJQ0Wbk=
github.com/creachadair/taskgroup v0.6.0 h1:DogJ77FOD+9ZyQcD2cPn9Ivz6a607iPu+qC9CG/+mgo=
github.com/creachadair/taskgroup v0.6.0/go.mod h1:e1kO+tKiCfDiDiwHei/dXgz3i9kQ8b5inEUVsrGmFfw=
github.com/creachadair/tomledit v0.0.22/go.mod h1:cIu/4x5L855oSRejIqr+WRFh+mv9g4fWLiUFaApYn/Y=
github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
Expand Down

0 comments on commit a2c7af5

Please sign in to comment.