module sigs.k8s.io/kind go 1.13 require ( github.com/BurntSushi/toml v0.3.1 github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053 github.com/evanphx/json-patch v4.5.0+incompatible github.com/mattn/go-isatty v0.0.10 github.com/pelletier/go-toml v1.2.0 github.com/pkg/errors v0.8.1 github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.5 golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect gopkg.in/yaml.v2 v2.2.5 // indirect gopkg.in/yaml.v3 v3.0.0-20191106092431-e228e37189d3 k8s.io/apimachinery v0.17.0 sigs.k8s.io/yaml v1.1.0 )