module github.com/egymgmbh/kubejob go 1.13 require ( github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect github.com/imdario/mergo v0.3.8 // indirect golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 // indirect golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect gopkg.in/alecthomas/kingpin.v2 v2.2.6 k8s.io/api v0.0.0-20191118180058-457dff596cdb k8s.io/apimachinery v0.0.0-20191117110801-62c7b2358269 k8s.io/client-go v0.0.0-20190620085101-78d2af792bab k8s.io/utils v0.0.0-20191114200735-6ca3b61696b6 // indirect )