Files
kind/go.mod

18 lines
433 B
Modula-2
Raw Normal View History

2019-02-13 17:18:54 -08:00
module sigs.k8s.io/kind
2020-07-25 14:00:42 -07:00
go 1.14
2019-08-23 16:31:46 -07:00
2019-02-13 17:18:54 -08:00
require (
2019-11-09 09:29:10 -08:00
github.com/BurntSushi/toml v0.3.1
2021-02-08 23:37:40 -08:00
github.com/alessio/shellescape v1.4.1
github.com/evanphx/json-patch/v5 v5.5.0
github.com/mattn/go-isatty v0.0.13
github.com/pelletier/go-toml v1.9.3
2020-02-04 13:25:18 -08:00
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
2021-02-08 23:37:40 -08:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/apimachinery v0.21.2
2020-02-04 13:19:19 -08:00
sigs.k8s.io/yaml v1.2.0
2019-02-13 17:18:54 -08:00
)