Skip to content

Commit

Permalink
build(deps): bump github.com/go-co-op/gocron from 1.32.1 to 1.33.0 (f…
Browse files Browse the repository at this point in the history
…orbole#639)

Bumps [github.com/go-co-op/gocron](https://github.com/go-co-op/gocron) from 1.32.1 to 1.33.0.
<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.33.0</h2>
<h2>What's Changed</h2>
<ul>
<li>don't accept a *Job in Job for Update if the ptr address doesn't match by <a href="https://github.com/JohnRoesler"><code>@​JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/549">go-co-op/gocron#549</a></li>
<li>every X days should run on the same day if the At() time has yet to come by <a href="https://github.com/JohnRoesler"><code>@​JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/553">go-co-op/gocron#553</a></li>
</ul>
<h2>Documentation &amp; Version Bumps</h2>
<ul>
<li>add additional documentation for wait for schedule by <a href="https://github.com/JohnRoesler"><code>@​JohnRoesler</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/551">go-co-op/gocron#551</a></li>
<li>Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/545">go-co-op/gocron#545</a></li>
<li>Bump github.com/google/uuid from 1.3.0 to 1.3.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/go-co-op/gocron/pull/546">go-co-op/gocron#546</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/go-co-op/gocron/compare/v1.32.1...v1.33.0">https://github.com/go-co-op/gocron/compare/v1.32.1...v1.33.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/go-co-op/gocron/commit/b86d02b285cd8a183a27e347ed8ec9f85f83557a"><code>b86d02b</code></a> every X days should run on the same day if the At() time has yet to come (<a href="https://redirect.github.com/go-co-op/gocron/issues/553">#553</a>)</li>
<li><a href="https://github.com/go-co-op/gocron/commit/c233d8d040a89a742cee1a25c88e8d3af640d29d"><code>c233d8d</code></a> add additional documentation for wait for schedule (<a href="https://redirect.github.com/go-co-op/gocron/issues/551">#551</a>)</li>
<li><a href="https://github.com/go-co-op/gocron/commit/e3b4f5f2e688c5ebb757c2d47ebb743f16d0a6c4"><code>e3b4f5f</code></a> don't accept a *Job in Job for Update if the ptr address doesn't match (<a href="https://redirect.github.com/go-co-op/gocron/issues/549">#549</a>)</li>
<li><a href="https://github.com/go-co-op/gocron/commit/8454d19fbbe5262e6f2a2ffee56368629c023224"><code>8454d19</code></a> Bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 (<a href="https://redirect.github.com/go-co-op/gocron/issues/545">#545</a>)</li>
<li><a href="https://github.com/go-co-op/gocron/commit/5adcbd5bf26ae68e1265622b80fe36b1411a4bd2"><code>5adcbd5</code></a> Bump github.com/google/uuid from 1.3.0 to 1.3.1 (<a href="https://redirect.github.com/go-co-op/gocron/issues/546">#546</a>)</li>
<li>See full diff in <a href="https://github.com/go-co-op/gocron/compare/v1.32.1...v1.33.0">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.32.1&new-version=1.33.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>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent d4d0ea2 commit 10c4246
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/cosmos/cosmos-sdk v0.47.2
github.com/cosmos/gogoproto v1.4.10
github.com/forbole/juno/v5 v5.2.0
github.com/go-co-op/gocron v1.32.1
github.com/go-co-op/gocron v1.33.0
github.com/golangci/golangci-lint v1.54.2
github.com/jmoiron/sqlx v1.3.5
github.com/lib/pq v1.10.9
Expand Down Expand Up @@ -143,7 +143,7 @@ require (
github.com/google/btree v1.1.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/orderedcode v0.0.1 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/google/uuid v1.3.1 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601 // indirect
Expand Down
7 changes: 4 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -823,8 +823,8 @@ github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE
github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI=
github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M=
github.com/gin-gonic/gin v1.8.1 h1:4+fr/el88TOO3ewCmQr8cx/CtZ/umlIRIs5M4NTNjf8=
github.com/go-co-op/gocron v1.32.1 h1:h+StA6Qzlv+ImlCaLfA26rLN9eS/l4sO7oWmPUbRVIY=
github.com/go-co-op/gocron v1.32.1/go.mod h1:UGz2oYvVS6PsqlwuOdo5L1Djsg/cQjxJ6T5ntkhp9Bg=
github.com/go-co-op/gocron v1.33.0 h1:lqQMwewbTIlh2/3l+1ieEjgseZ1AITe6YQQ5bCf0mhY=
github.com/go-co-op/gocron v1.33.0/go.mod h1:NLi+bkm4rRSy1F8U7iacZOz0xPseMoIOnvabGoSe/no=
github.com/go-critic/go-critic v0.6.3/go.mod h1:c6b3ZP1MQ7o6lPR7Rv3lEf7pYQUmAcx8ABHgdZCQt/k=
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=
Expand Down Expand Up @@ -1053,8 +1053,9 @@ github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c/go.mod h1:TIyPZe4Mgqvf
github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/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/googleapis/enterprise-certificate-proxy v0.0.0-20220520183353-fd19c99a87aa/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8=
github.com/googleapis/enterprise-certificate-proxy v0.1.0/go.mod h1:17drOmN3MwGY7t0e+Ei9b45FFGA3fBs3x36SsCg1hq8=
github.com/googleapis/enterprise-certificate-proxy v0.2.0/go.mod h1:8C0jb7/mgJe/9KK8Lm7X9ctZC2t60YyIpYEI16jx0Qg=
Expand Down

0 comments on commit 10c4246

Please sign in to comment.