Files
kind/go.mod

20 lines
615 B
Modula-2
Raw Normal View History

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
github.com/evanphx/json-patch v4.5.0+incompatible
github.com/google/uuid v1.1.1
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
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
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
k8s.io/klog v1.0.0 // indirect
sigs.k8s.io/yaml v1.1.0
2019-02-13 17:18:54 -08:00
)