2020-08-26 16:50:59 +02:00
|
|
|
module gitlab.com/unboundsoftware/cron-checker
|
|
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
|
|
require (
|
2023-11-16 09:53:30 +00:00
|
|
|
github.com/alecthomas/kingpin/v2 v2.4.0
|
2020-08-26 16:50:59 +02:00
|
|
|
github.com/multiplay/go-slack v0.0.0-20200412115802-09e9e2b93fe2
|
|
|
|
|
github.com/robfig/cron v1.2.0
|
2023-08-16 09:54:01 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
2022-04-28 09:53:44 +00:00
|
|
|
github.com/sanity-io/litter v1.5.5
|
2024-02-15 09:54:10 +00:00
|
|
|
k8s.io/api v0.29.2
|
|
|
|
|
k8s.io/apimachinery v0.29.2
|
|
|
|
|
k8s.io/client-go v0.29.2
|
2020-08-26 16:50:59 +02:00
|
|
|
)
|