upgrade core dependencies

This commit is contained in:
Benjamin Elder
2020-06-17 17:27:47 -07:00
parent e88a69a93d
commit aacbe4cad1
2 changed files with 15 additions and 10 deletions

7
go.mod
View File

@@ -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
)