18 lines
642 B
Modula-2
18 lines
642 B
Modula-2
module gitlab.com/unboundsoftware/cron-checker
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
|
|
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
|
|
github.com/multiplay/go-slack v0.0.0-20200412115802-09e9e2b93fe2
|
|
github.com/robfig/cron v1.2.0
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
|
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
|
k8s.io/api v0.18.8 // indirect
|
|
k8s.io/apimachinery v0.18.8
|
|
k8s.io/client-go v0.18.0
|
|
k8s.io/utils v0.0.0-20200821003339-5e75c0163111 // indirect
|
|
)
|