axetroy / go-server

Golang写的一些基础后端服务,基本包含大多数后端需要的服务
https://axetroy.github.io/go-server/
MIT License
211 stars 32 forks source link

chore(deps): update module go-co-op/gocron to v0.3.2 #381

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Type Update Change
github.com/go-co-op/gocron require patch v0.3.1 -> v0.3.2

Release Notes

go-co-op/gocron ### [`v0.3.2`](https://togithub.com/go-co-op/gocron/releases/v0.3.2) [Compare Source](https://togithub.com/go-co-op/gocron/compare/v0.3.1...v0.3.2) ##### Added - Add a new Job method called 'LimitRunsTo' ([#​67](https://togithub.com/go-co-op/gocron/issues/67)) ##### Changed - rewriting scheduler logic ([#​54](https://togithub.com/go-co-op/gocron/issues/54)) - regex for at time accepts time without leading zeros ([#​56](https://togithub.com/go-co-op/gocron/issues/56)) ##### Fixed - Make sure Do() does not override the nextRun time when StartAt() is used ([#​49](https://togithub.com/go-co-op/gocron/issues/49)) - scheduler schedules jobs registration when already running ([#​61](https://togithub.com/go-co-op/gocron/issues/61)) ##### Chores - Add godoc badge to README ([#​51](https://togithub.com/go-co-op/gocron/issues/51)) - removing legacy deterministic tests ([#​62](https://togithub.com/go-co-op/gocron/issues/62)) - Add examples from README to example_test.go ([#​66](https://togithub.com/go-co-op/gocron/issues/66)) - add go 1.15 to testing matrix and remove 1.13 ([#​68](https://togithub.com/go-co-op/gocron/issues/68))

Renovate configuration

:date: Schedule: At any time (no schedule defined).

:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.

:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

:no_bell: Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by WhiteSource Renovate. View repository job log here.