Skip to content

Commit 7b09f6a

Browse files
Bump github.com/netresearch/go-cron from 0.11.0 to 0.13.0 (#853)
Bumps [github.com/netresearch/go-cron](https://github.com/netresearch/go-cron) from 0.11.0 to 0.13.0. - [Release notes](https://github.com/netresearch/go-cron/releases) - [Changelog](https://github.com/netresearch/go-cron/blob/main/CHANGELOG.md) - [Commits](netresearch/go-cron@v0.11.0...v0.13.0) --- updated-dependencies: - dependency-name: github.com/netresearch/go-cron dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Fantin-Hardesty <24646452+jfantinhardesty@users.noreply.github.com>
1 parent 62d3b10 commit 7b09f6a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/gdamore/tcell/v2 v2.13.8
1919
github.com/go-viper/mapstructure/v2 v2.5.0
2020
github.com/montanaflynn/stats v0.7.1
21-
github.com/netresearch/go-cron v0.11.0
21+
github.com/netresearch/go-cron v0.13.0
2222
github.com/radovskyb/watcher v1.0.7
2323
github.com/rivo/tview v0.42.0
2424
github.com/sevlyar/go-daemon v0.1.7-0.20251110065050-63665fab0d07

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ
107107
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
108108
github.com/montanaflynn/stats v0.7.1 h1:etflOAAHORrCC44V+aR6Ftzort912ZU+YLiSTuV8eaE=
109109
github.com/montanaflynn/stats v0.7.1/go.mod h1:etXPPgVO6n31NxCd9KQUMvCM+ve0ruNzt6R8Bnaayow=
110-
github.com/netresearch/go-cron v0.11.0 h1:hn/4VSravYiV9p9CKIP2g2S2ThXgXnIjQTHveXtNmbo=
111-
github.com/netresearch/go-cron v0.11.0/go.mod h1:oRPUA7fHC/ul86n+d3SdUD54cEuHIuCLiFJCua5a5/E=
110+
github.com/netresearch/go-cron v0.13.0 h1:rWDtkLPykLWm9Zny612io1N4HzoVsDJCuDLziND37sQ=
111+
github.com/netresearch/go-cron v0.13.0/go.mod h1:oRPUA7fHC/ul86n+d3SdUD54cEuHIuCLiFJCua5a5/E=
112112
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=
113113
github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY=
114114
github.com/petermattis/goid v0.0.0-20260113132338-7c7de50cc741 h1:KPpdlQLZcHfTMQRi6bFQ7ogNO0ltFT4PmtwTLW4W+14=

0 commit comments

Comments
 (0)