chore(go.mod): pin github.com/robfig/cron/v3 to v3.0.1 due to lack of maintenance BE-12226 (#1334)

pull/11784/merge
Viktor Pettersson 2025-10-24 10:00:09 +13:00 committed by GitHub
parent 56530d8791
commit 8cb3589fb8
1 changed files with 2 additions and 0 deletions

2
go.mod
View File

@ -2,6 +2,8 @@ module github.com/portainer/portainer
go 1.25.0
replace github.com/robfig/cron/v3 => github.com/robfig/cron/v3 v3.0.1 // Not actively maintained. Pinned to last known good version. Review needed when upgrading.
require (
github.com/Masterminds/semver v1.5.0
github.com/Microsoft/go-winio v0.6.2