From b2009558cd404a8025d17299b862f5afc5468a7b Mon Sep 17 00:00:00 2001 From: renovate Date: Sun, 10 Jan 2021 11:23:36 +0000 Subject: [PATCH] Update module robfig/cron to v3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index e9f9ecc..7c52b64 100644 --- a/go.mod +++ b/go.mod @@ -17,7 +17,7 @@ require ( github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect github.com/prometheus/common v0.3.0 // indirect github.com/prometheus/procfs v0.0.0-20190403104016-ea9eea638872 // indirect - github.com/robfig/cron v1.2.0 + github.com/robfig/cron/v3/v3 v3.0.1 go.opencensus.io v0.0.0-20181112172609-91a0276ece6a // indirect golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect gopkg.in/yaml.v2 v2.2.1 -- GitLab