mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
20 lines
573 B
Modula-2
20 lines
573 B
Modula-2
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.11
|
|
github.com/pelletier/go-toml v1.6.0
|
|
github.com/pkg/errors v0.9.0
|
|
github.com/spf13/cobra v0.0.5
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/sys v0.0.0-20200113162924-86b910548bc1 // indirect
|
|
gopkg.in/yaml.v2 v2.2.7 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2
|
|
k8s.io/apimachinery v0.17.0
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|