Files
kind/go.mod

18 lines
528 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
2019-11-07 00:08:17 -08:00
github.com/mattn/go-isatty v0.0.10
2019-07-30 22:02:17 -07:00
github.com/pkg/errors v0.8.1
2019-11-06 19:17:30 -08:00
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
2019-11-06 19:19:45 -08:00
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect
2019-11-06 19:17:30 -08:00
gopkg.in/yaml.v2 v2.2.5 // indirect
2019-11-06 19:19:45 -08:00
gopkg.in/yaml.v3 v3.0.0-20191106092431-e228e37189d3
2019-11-06 23:50:40 -08:00
k8s.io/apimachinery v0.0.0-20191028221656-72ed19daf4bb
sigs.k8s.io/yaml v1.1.0
2019-02-13 17:18:54 -08:00
)