mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
13 lines
372 B
Modula-2
13 lines
372 B
Modula-2
|
|
module github.com/makeplane/plane-ee/monitor/lib/cron
|
||
|
|
|
||
|
|
go 1.22.4
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/go-co-op/gocron/v2 v2.5.0 // indirect
|
||
|
|
github.com/google/uuid v1.6.0 // indirect
|
||
|
|
github.com/jonboulle/clockwork v0.4.0 // indirect
|
||
|
|
github.com/robfig/cron/v3 v3.0.1 // indirect
|
||
|
|
go.uber.org/atomic v1.9.0 // indirect
|
||
|
|
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
|
||
|
|
)
|