Skip to content

Commit 17d9b4c

Browse files
Bump github.com/robfig/cron/v3 from 3.0.0 to 3.0.1
Bumps [github.com/robfig/cron/v3](https://github.com/robfig/cron) from 3.0.0 to 3.0.1. - [Commits](robfig/cron@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: github.com/robfig/cron/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fce8ade commit 17d9b4c

File tree

8 files changed

+40
-16
lines changed

8 files changed

+40
-16
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/jonboulle/clockwork v0.4.0
2525
github.com/mattn/go-sqlite3 v1.14.22
2626
github.com/prometheus/client_golang v1.20.5
27-
github.com/robfig/cron/v3 v3.0.0
27+
github.com/robfig/cron/v3 v3.0.1
2828
github.com/spf13/cobra v1.8.0
2929
github.com/spf13/pflag v1.0.5
3030
github.com/spf13/viper v1.18.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,8 +694,8 @@ github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJ
694694
github.com/rivo/uniseg v0.4.3/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
695695
github.com/rivo/uniseg v0.4.4 h1:8TfxU8dW6PdqD27gjM8MVNuicgxIjxpm4K7x4jp8sis=
696696
github.com/rivo/uniseg v0.4.4/go.mod h1:FN3SvrM+Zdj16jyLfmOkMNblXMcoc8DfTHruCPUcx88=
697-
github.com/robfig/cron/v3 v3.0.0 h1:kQ6Cb7aHOHTSzNVNEhmp8EcWKLb4CbiMW9h9VyIhO4E=
698-
github.com/robfig/cron/v3 v3.0.0/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
697+
github.com/robfig/cron/v3 v3.0.1 h1:WdRxkvbJztn8LMz/QEvLN5sBU+xKpSqwwUO1Pjr4qDs=
698+
github.com/robfig/cron/v3 v3.0.1/go.mod h1:eQICP3HwyT7UooqI/z+Ov+PtYAWygg1TEWWzGIFLtro=
699699
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
700700
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
701701
github.com/rogpeppe/go-internal v1.11.0 h1:cWPaGQEPrBb5/AsnsZesgZZ9yb1OQ+GOISoDNXVBh4M=

vendor/github.com/robfig/cron/v3/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/robfig/cron/v3/chain.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/robfig/cron/v3/cron.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/robfig/cron/v3/doc.go

Lines changed: 25 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/robfig/cron/v3/option.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ github.com/prometheus/statsd_exporter/pkg/mapper/fsm
899899
# github.com/rivo/uniseg v0.4.4
900900
## explicit; go 1.18
901901
github.com/rivo/uniseg
902-
# github.com/robfig/cron/v3 v3.0.0
902+
# github.com/robfig/cron/v3 v3.0.1
903903
## explicit; go 1.12
904904
github.com/robfig/cron/v3
905905
# github.com/russross/blackfriday/v2 v2.1.0

0 commit comments

Comments
 (0)