Skip to content

Commit

Permalink
build(deps): Bump github.com/go-co-op/gocron from 1.35.0 to 1.35.3 (#671
Browse files Browse the repository at this point in the history
)

Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.35.0 to 1.35.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/go-co-op/gocron/releases">github.com/go-co-op/gocron's releases</a>.</em></p>
<blockquote>
<h2>v1.35.3</h2>
<h2>What's Changed</h2>
<ul>
<li>main branch renamed to v1 (<a href="https://redirect.github.com/go-co-op/gocron/issues/593">#593</a>) by <a href="https://github.com/JohnRoesler"><code>@​JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/594">go-co-op/gocron#594</a></li>
<li>fix: set multi-weekdays bug about issue-590 by <a href="https://github.com/XiXiangFiles"><code>@​XiXiangFiles</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/592">go-co-op/gocron#592</a></li>
<li>Avoid allocations with <code>(*regexp.Regexp).MatchString</code> by <a href="https://github.com/Juneezee"><code>@​Juneezee</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/602">go-co-op/gocron#602</a></li>
<li>Bump github.com/google/uuid from 1.3.1 to 1.4.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/604">go-co-op/gocron#604</a></li>
<li>fix(scheduler): ensure negative intervals given to <code>Every</code> return an immediate error <a href="https://redirect.github.com/go-co-op/gocron/issues/600">#600</a> by <a href="https://github.com/husam-e"><code>@​husam-e</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/603">go-co-op/gocron#603</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/Juneezee"><code>@​Juneezee</code></a> made their first contribution in <a href="https://redirect.github.com/go-co-op/gocron/pull/602">go-co-op/gocron#602</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.35.2...v1.35.3">https://github.com/go-co-op/gocron/compare/v1.35.2...v1.35.3</a></p>
<h2>v1.35.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Revert &quot;fix: setting weeks interval greater than 1 with a weekday, scheduling too early by <a href="https://github.com/XiXiangFiles"><code>@​XiXiangFiles</code></a>&quot; by <a href="https://github.com/JohnRoesler"><code>@​JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/591">go-co-op/gocron#591</a>
<ul>
<li>This will require more testing and likely some rework of the week functionality. This change, while some might consider it a fix, broke the current behavior that has been relied upon.</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.35.1...v1.35.2">https://github.com/go-co-op/gocron/compare/v1.35.1...v1.35.2</a></p>
<h2>v1.35.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: setting weeks interval greater than 1 with a weekday, scheduling too early by <a href="https://github.com/XiXiangFiles"><code>@​XiXiangFiles</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/588">go-co-op/gocron#588</a></li>
<li>fix concurrent access to jobs map by <a href="https://github.com/JohnRoesler"><code>@​JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/589">go-co-op/gocron#589</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/XiXiangFiles"><code>@​XiXiangFiles</code></a> made their first contribution in <a href="https://redirect.github.com/go-co-op/gocron/pull/588">go-co-op/gocron#588</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.35.0...v1.35.1">https://github.com/go-co-op/gocron/compare/v1.35.0...v1.35.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/go-co-op/gocron/commit/9993f76735d8960fb302c659cd392d6f1d26452f"><code>9993f76</code></a> fix(scheduler): ensure negative intervals given to <code>Every</code> return an immediat...</li>
<li><a href="https://github.com/go-co-op/gocron/commit/912b4a71cd3f2a663bb5227bde3cdb4b69ac6070"><code>912b4a7</code></a> Bump github.com/google/uuid from 1.3.1 to 1.4.0 (<a href="https://redirect.github.com/go-co-op/gocron/issues/604">#604</a>)</li>
<li><a href="https://github.com/go-co-op/gocron/commit/12cfd7aaea743d105cbd350919748b02ed14af51"><code>12cfd7a</code></a> Avoid allocations with <code>(*regexp.Regexp).MatchString</code> (<a href="https://redirect.github.com/go-co-op/gocron/issues/602">#602</a>)</li>
<li><a href="https://github.com/go-co-op/gocron/commit/93a954c26fbe721c6a6e96203530caf0a6aae054"><code>93a954c</code></a> Update FUNDING.yml</li>
<li><a href="https://github.com/go-co-op/gocron/commit/5f95210255ef0158acc4f1d6f187ee7332660130"><code>5f95210</code></a> fix: set multi-weekdays bug about issue-590 (<a href="https://redirect.github.com/go-co-op/gocron/issues/592">#592</a>)</li>
<li><a href="https://github.com/go-co-op/gocron/commit/cda6e1ca8b6d1487c8ac9b5804fc6868833041a9"><code>cda6e1c</code></a> main branch renamed to v1 (<a href="https://redirect.github.com/go-co-op/gocron/issues/593">#593</a>) (<a href="https://redirect.github.com/go-co-op/gocron/issues/594">#594</a>)</li>
<li><a href="https://github.com/go-co-op/gocron/commit/0f6d92638abd8498fd5412d3d9fb1ba301da3769"><code>0f6d926</code></a> Revert &quot;fix: scheduler error when using every() func not following setting pr...</li>
<li><a href="https://github.com/go-co-op/gocron/commit/e287edfdcd6011808bff6999b5518264ec0dabb9"><code>e287edf</code></a> fix concurrent access to jobs map (<a href="https://redirect.github.com/go-co-op/gocron/issues/589">#589</a>)</li>
<li><a href="https://github.com/go-co-op/gocron/commit/207a7135661ea3a95d190e3e2454d8845311e289"><code>207a713</code></a> fix: scheduler error when using every() func not following setting problem (#...</li>
<li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.35.0...v1.35.3">compare view</a></li>
</ul>
</details>
<br />

<details>
<summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>

| Dependency Name | Ignore Conditions |
| --- | --- |
| github.com/go-co-op/gocron | [>= 1.18.1.a, < 1.18.2] |
</details>

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-co-op/gocron&package-manager=go_modules&previous-version=1.35.0&new-version=1.35.3)](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>
  • Loading branch information
dependabot[bot] authored and MonikaCat committed Feb 5, 2024
1 parent b616d3f commit ed2597d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
cosmossdk.io/math v1.1.2
github.com/cosmos/cosmos-sdk v0.46.7
github.com/forbole/juno/v4 v4.0.0-20230207053719-d0f32f8970c3
github.com/go-co-op/gocron v1.35.0
github.com/go-co-op/gocron v1.35.3
github.com/gogo/protobuf v1.3.3
github.com/golangci/golangci-lint v1.54.2
github.com/jmoiron/sqlx v1.3.5
Expand Down Expand Up @@ -129,7 +129,7 @@ require (
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/orderedcode v0.0.1 // indirect
github.com/google/s2a-go v0.1.4 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601 // indirect
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@ github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbS
github.com/fzipp/gocyclo v0.6.0 h1:lsblElZG7d3ALtGMx9fmxeTKZaLLpU8mET09yN4BBLo=
github.com/fzipp/gocyclo v0.6.0/go.mod h1:rXPyn8fnlpa0R2csP/31uerbiVBugk5whMdlyaLkLoA=
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
github.com/go-co-op/gocron v1.35.0 h1:niC91OHiSEimXgPPay02AI1gLGL4JGBgDzmWtgZ8n5A=
github.com/go-co-op/gocron v1.35.0/go.mod h1:NLi+bkm4rRSy1F8U7iacZOz0xPseMoIOnvabGoSe/no=
github.com/go-co-op/gocron v1.35.3 h1:it2WjWnabS8eJZ+P68WroBe+ZWyJ3kVjRD6KXdpr5yI=
github.com/go-co-op/gocron v1.35.3/go.mod h1:3L/n6BkO7ABj+TrfSVXLRzsP26zmikL4ISkLQ0O8iNY=
github.com/go-critic/go-critic v0.9.0 h1:Pmys9qvU3pSML/3GEQ2Xd9RZ/ip+aXHKILuxczKGV/U=
github.com/go-critic/go-critic v0.9.0/go.mod h1:5P8tdXL7m/6qnyG6oRAlYLORvoXH0WDypYgAEmagT40=
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
Expand Down Expand Up @@ -425,8 +425,8 @@ github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm4
github.com/google/s2a-go v0.1.4 h1:1kZ/sQM3srePvKs3tXAvQzo66XfcReoqFpIpIccE7Oc=
github.com/google/s2a-go v0.1.4/go.mod h1:Ej+mSEMGRnqRzjc7VtF+jdBwYG5fuJfiZ8ELkjEwM0A=
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4=
github.com/google/uuid v1.3.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.4.0 h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4=
github.com/google/uuid v1.4.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/googleapis/enterprise-certificate-proxy v0.2.3 h1:yk9/cqRKtT9wXZSsRH9aurXEpJX+U6FLtpYTdC3R06k=
github.com/googleapis/enterprise-certificate-proxy v0.2.3/go.mod h1:AwSRAtLfXpU5Nm3pW+v7rGDHp09LsPtGY9MduiEsR9k=
github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
Expand Down

0 comments on commit ed2597d

Please sign in to comment.