mirror of https://github.com/portainer/portainer
chore(go.mod): pin github.com/robfig/cron/v3 to v3.0.1 due to lack of maintenance BE-12226 (#1334)
parent
56530d8791
commit
8cb3589fb8
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue