mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
18 lines
528 B
Modula-2
18 lines
528 B
Modula-2
module sigs.k8s.io/kind
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
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/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.0.0-20191028221656-72ed19daf4bb
|
|
sigs.k8s.io/yaml v1.1.0
|
|
)
|