From 2cd9f3b6a8a50ccdc563baeb19a89a7e9c37514d Mon Sep 17 00:00:00 2001 From: aniket Date: Sun, 10 Aug 2025 15:06:19 +0530 Subject: [PATCH] feat(cron-alerts): added cron alerts --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 4d0304d5fbea..c1bf5965e4d6 100644 --- a/go.mod +++ b/go.mod @@ -53,6 +53,7 @@ require ( github.com/spf13/cobra v1.9.1 github.com/srikanthccv/ClickHouse-go-mock v0.12.0 github.com/stretchr/testify v1.10.0 + github.com/teambition/rrule-go v1.8.2 github.com/tidwall/gjson v1.18.0 github.com/uptrace/bun v1.2.9 github.com/uptrace/bun/dialect/pgdialect v1.2.9 @@ -210,7 +211,6 @@ require ( github.com/smarty/assertions v1.15.0 // indirect github.com/spf13/pflag v1.0.6 // indirect github.com/stretchr/objx v0.5.2 // indirect - github.com/teambition/rrule-go v1.8.2 // indirect github.com/tidwall/match v1.1.1 // indirect github.com/tidwall/pretty v1.2.0 // indirect github.com/tklauser/go-sysconf v0.3.15 // indirect