module kube-escape go 1.16 require ( github.com/aws/aws-sdk-go v1.40.20 github.com/briandowns/spinner v1.16.0 github.com/coreos/go-oidc v2.2.1+incompatible github.com/docker/docker v20.10.8+incompatible github.com/docker/go-connections v0.4.0 // indirect github.com/docker/go-units v0.4.0 // indirect github.com/enescakir/emoji v1.0.0 github.com/fatih/color v1.12.0 github.com/francoispqt/gojay v1.2.13 github.com/gofrs/uuid v4.0.0+incompatible github.com/golang/glog v0.0.0-20210429001901-424d2337a529 github.com/mattn/go-isatty v0.0.13 github.com/olekukonko/tablewriter v0.0.5 github.com/open-policy-agent/opa v0.31.0 github.com/opencontainers/go-digest v1.0.0 // indirect github.com/opencontainers/image-spec v1.0.1 // indirect github.com/pquerna/cachecontrol v0.1.0 // indirect github.com/satori/go.uuid v1.2.0 golang.org/x/oauth2 v0.0.0-20210810183815-faf39c7919d5 gopkg.in/square/go-jose.v2 v2.6.0 // indirect gotest.tools/v3 v3.0.3 // indirect k8s.io/api v0.22.0 k8s.io/apimachinery v0.22.0 k8s.io/client-go v0.22.0 )