2019-02-13 17:18:54 -08:00
|
|
|
module sigs.k8s.io/kind
|
|
|
|
|
|
2019-08-23 16:31:46 -07:00
|
|
|
go 1.13
|
|
|
|
|
|
2019-02-13 17:18:54 -08:00
|
|
|
require (
|
2019-09-09 16:07:56 -07:00
|
|
|
github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053
|
2019-10-18 17:33:28 -07:00
|
|
|
github.com/evanphx/json-patch v4.5.0+incompatible
|
2019-05-01 13:45:48 -07:00
|
|
|
github.com/google/uuid v1.1.1
|
2019-10-18 17:33:28 -07:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2019-07-30 22:02:17 -07:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-02-13 17:18:54 -08:00
|
|
|
github.com/spf13/cobra v0.0.3
|
2019-10-18 17:33:28 -07:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2019-07-30 22:02:17 -07:00
|
|
|
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
|
2019-10-18 17:33:28 -07:00
|
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
2019-10-14 17:43:38 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652
|
2019-05-14 20:15:52 -07:00
|
|
|
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
|
2019-10-18 17:33:28 -07:00
|
|
|
k8s.io/klog v1.0.0 // indirect
|
2019-09-30 04:17:17 +00:00
|
|
|
sigs.k8s.io/yaml v1.1.0
|
2019-02-13 17:18:54 -08:00
|
|
|
)
|