eff85192c4
Bumps [github.com/alecthomas/kingpin/v2](https://github.com/alecthomas/kingpin) from 2.3.2 to 2.4.0. - [Release notes](https://github.com/alecthomas/kingpin/releases) - [Commits](https://github.com/alecthomas/kingpin/compare/v2.3.2...v2.4.0)
15 lines
371 B
Modula-2
15 lines
371 B
Modula-2
module gitlab.com/unboundsoftware/cron-checker
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/alecthomas/kingpin/v2 v2.4.0
|
|
github.com/multiplay/go-slack v0.0.0-20200412115802-09e9e2b93fe2
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
|
github.com/sanity-io/litter v1.5.5
|
|
k8s.io/api v0.28.4
|
|
k8s.io/apimachinery v0.28.4
|
|
k8s.io/client-go v0.28.4
|
|
)
|