module github.com/google/ko go 1.15 require ( github.com/containerd/stargz-snapshotter/estargz v0.4.1 github.com/docker/cli v0.0.0-20200303162255-7d407207c304 // indirect github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7 github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960 github.com/fsnotify/fsnotify v1.4.9 github.com/go-training/helloworld v0.0.0-20200225145412-ba5f4379d78b github.com/google/go-cmp v0.5.4 github.com/google/go-containerregistry v0.5.0 github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect github.com/mattmoor/dep-notify v0.0.0-20190205035814-a45dec370a17 github.com/onsi/gomega v1.10.3 // indirect github.com/spf13/cobra v1.0.0 github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.4.0 golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect golang.org/x/mod v0.4.1 // indirect golang.org/x/sync v0.0.0-20201207232520-09787c993a3a golang.org/x/sys v0.0.0-20210216163648-f7da38b97c65 // indirect golang.org/x/tools v0.1.0 gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 gotest.tools/v3 v3.0.2 // indirect k8s.io/apimachinery v0.19.7 k8s.io/cli-runtime v0.19.7 k8s.io/klog/v2 v2.5.0 // indirect k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd // indirect sigs.k8s.io/kind v0.8.1 )