module github.com/4armed/kubeletmein go 1.16 require ( cloud.google.com/go v0.33.1 github.com/fatih/color v1.7.0 // indirect github.com/ghodss/yaml v1.0.0 // indirect github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect github.com/google/btree v1.0.0 // indirect github.com/googleapis/gnostic v0.5.4 // indirect github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect github.com/hashicorp/golang-lru v0.5.0 // indirect github.com/imdario/mergo v0.3.6 // indirect github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/kris-nova/lolgopher v0.0.0-20180921204813-313b3abb0d9b // indirect github.com/kubicorn/kubicorn v0.0.0-20181105233416-70f8aeca1062 github.com/mattn/go-colorable v0.0.9 // indirect github.com/mattn/go-isatty v0.0.4 // indirect github.com/peterbourgon/diskv v2.0.1+incompatible // indirect github.com/spf13/cobra v0.0.3 github.com/spf13/pflag v1.0.3 // indirect github.com/stretchr/testify v1.7.0 // indirect golang.org/x/oauth2 v0.0.0-20181128211412-28207608b838 // indirect golang.org/x/time v0.0.0-20181108054448-85acf8d2951c // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.2.8 k8s.io/api v0.0.0-20181121071145-b7bd5f2d334c // indirect k8s.io/apimachinery v0.0.0-20181126191516-4a9a8137c0a1 k8s.io/client-go v9.0.0+incompatible k8s.io/klog v0.1.0 // indirect k8s.io/kube-openapi v0.0.0-20210216185858-15cd8face8d6 // indirect k8s.io/kubernetes v1.12.3 )