update dependencies

This commit is contained in:
Benjamin Elder
2019-11-06 19:19:45 -08:00
parent 627b188b57
commit 1a164ebbfa
2 changed files with 84 additions and 4 deletions

8
go.mod
View File

@@ -9,10 +9,10 @@ require (
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8
golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4
golang.org/x/sys v0.0.0-20191105231009-c1f44814a5cd // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d
k8s.io/klog v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20191106092431-e228e37189d3
k8s.io/apimachinery v0.0.0-20191105185716-00d39968b57e
sigs.k8s.io/yaml v1.1.0
)