mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
upgrade core dependencies
This commit is contained in:
7
go.mod
7
go.mod
@@ -7,11 +7,12 @@ require (
|
||||
github.com/alessio/shellescape v1.2.2
|
||||
github.com/evanphx/json-patch/v5 v5.0.0
|
||||
github.com/mattn/go-isatty v0.0.12
|
||||
github.com/pelletier/go-toml v1.7.0
|
||||
github.com/pelletier/go-toml v1.8.0
|
||||
github.com/pkg/errors v0.9.1
|
||||
github.com/spf13/cobra v1.0.0
|
||||
github.com/spf13/pflag v1.0.5
|
||||
gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71
|
||||
k8s.io/apimachinery v0.18.2
|
||||
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
|
||||
k8s.io/apimachinery v0.18.4
|
||||
sigs.k8s.io/yaml v1.2.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user