37b40df945
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.27.2 to 0.27.3. - [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/kubernetes/client-go/compare/v0.27.2...v0.27.3)
14 lines
318 B
Modula-2
14 lines
318 B
Modula-2
module gitlab.com/unboundsoftware/cron-checker
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/alecthomas/kingpin/v2 v2.3.2
|
|
github.com/multiplay/go-slack v0.0.0-20200412115802-09e9e2b93fe2
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/sanity-io/litter v1.5.5
|
|
k8s.io/api v0.27.3
|
|
k8s.io/apimachinery v0.27.3
|
|
k8s.io/client-go v0.27.3
|
|
)
|