2019-02-13 17:18:54 -08:00
|
|
|
module sigs.k8s.io/kind
|
|
|
|
|
|
2023-04-19 04:57:15 +08:00
|
|
|
go 1.16
|
2019-08-23 16:31:46 -07:00
|
|
|
|
2019-02-13 17:18:54 -08:00
|
|
|
require (
|
2022-03-23 20:11:07 -07:00
|
|
|
github.com/BurntSushi/toml v1.0.0
|
2021-02-08 23:37:40 -08:00
|
|
|
github.com/alessio/shellescape v1.4.1
|
2021-11-03 12:09:39 -07:00
|
|
|
github.com/evanphx/json-patch/v5 v5.6.0
|
2022-09-06 11:25:32 -07:00
|
|
|
github.com/google/safetext v0.0.0-20220905092116-b49f7bc46da2
|
2021-11-03 12:09:39 -07:00
|
|
|
github.com/mattn/go-isatty v0.0.14
|
|
|
|
|
github.com/pelletier/go-toml v1.9.4
|
2020-02-04 13:25:18 -08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-03-23 20:11:07 -07:00
|
|
|
github.com/spf13/cobra v1.4.0
|
2019-11-05 17:59:00 -08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-05-27 12:53:45 -07:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2021-11-03 12:09:39 -07:00
|
|
|
sigs.k8s.io/yaml v1.3.0
|
2019-02-13 17:18:54 -08:00
|
|
|
)
|