Skip to content

Commit 91e2e55

Browse files
chore(deps): bump github.com/netresearch/go-cron from 0.12.0 to 0.13.0
Bumps [github.com/netresearch/go-cron](https://github.com/netresearch/go-cron) from 0.12.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.12.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>
1 parent 6925778 commit 91e2e55

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
@@ -17,7 +17,7 @@ require (
1717
github.com/jessevdk/go-flags v1.6.1
1818
github.com/manifoldco/promptui v0.9.0
1919
github.com/mitchellh/mapstructure v1.5.0
20-
github.com/netresearch/go-cron v0.12.0
20+
github.com/netresearch/go-cron v0.13.0
2121
github.com/opencontainers/image-spec v1.1.1
2222
github.com/stretchr/testify v1.11.1
2323
golang.org/x/crypto v0.48.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ github.com/moby/term v0.5.2 h1:6qk3FJAFDs6i/q3W/pQ97SX192qKfZgGjCQqfCJkgzQ=
9393
github.com/moby/term v0.5.2/go.mod h1:d3djjFCrjnB+fl8NJux+EJzu0msscUP+f8it8hPkFLc=
9494
github.com/morikuni/aec v1.0.0 h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=
9595
github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc=
96-
github.com/netresearch/go-cron v0.12.0 h1:v8mejCPqE2iY6Z55ACPgPrI4Hn/pFBU27Vb9hhOANLU=
97-
github.com/netresearch/go-cron v0.12.0/go.mod h1:oRPUA7fHC/ul86n+d3SdUD54cEuHIuCLiFJCua5a5/E=
96+
github.com/netresearch/go-cron v0.13.0 h1:rWDtkLPykLWm9Zny612io1N4HzoVsDJCuDLziND37sQ=
97+
github.com/netresearch/go-cron v0.13.0/go.mod h1:oRPUA7fHC/ul86n+d3SdUD54cEuHIuCLiFJCua5a5/E=
9898
github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=
9999
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
100100
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=

0 commit comments

Comments
 (0)