Skip to content

Commit 9c5446a

Browse files
authored
Update Kubernetes v1.18.9 dependencies (#104)
Signed-off-by: 1gtm <1gtm@appscode.com>
1 parent cfa9361 commit 9c5446a

File tree

8 files changed

+15
-88
lines changed

8 files changed

+15
-88
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module kubevault.dev/cli
33
go 1.14
44

55
require (
6-
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
76
github.com/pkg/errors v0.9.1
87
github.com/spf13/cobra v1.1.1
98
gomodules.xyz/runtime v0.0.0-20201104200926-d838b09dda8b

go.sum

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,8 @@ github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWo
192192
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
193193
github.com/gabriel-vasile/mimetype v1.1.2/go.mod h1:6CDPel/o/3/s4+bp6kIbsWATq8pmgOisOPG40CJa6To=
194194
github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
195+
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=
195196
github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
196-
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 h1:Mn26/9ZMNWSw9C9ERFA1PUxfmGpolnw2v0bKOREu5ew=
197-
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32/go.mod h1:GIjDIg/heH5DOkXY3YJ/wNhfHsQHoXGjl8G8amsYQ1I=
198197
github.com/glycerine/go-unsnap-stream v0.0.0-20180323001048-9f0cb55181dd/go.mod h1:/20jfyN9Y5QPEAprSgKAUr+glWDY39ZiUEAYOEv5dsE=
199198
github.com/glycerine/goconvey v0.0.0-20190410193231-58a59202ab31/go.mod h1:Ogl1Tioa0aV7gstGFO7KhffUsb9M4ydbEbbxpcEDc24=
200199
github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=

vendor/github.com/ghodss/yaml/.travis.yml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ghodss/yaml/go.mod

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/ghodss/yaml/go.sum

Lines changed: 0 additions & 3 deletions
This file was deleted.

vendor/github.com/ghodss/yaml/yaml.go

Lines changed: 11 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/ghodss/yaml/yaml_go110.go

Lines changed: 0 additions & 14 deletions
This file was deleted.

vendor/modules.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ github.com/evanphx/json-patch
4141
github.com/exponent-io/jsonpath
4242
# github.com/fatih/structs v1.1.0
4343
github.com/fatih/structs
44-
# github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32
45-
## explicit
44+
# github.com/ghodss/yaml v1.0.0
4645
github.com/ghodss/yaml
4746
# github.com/go-openapi/jsonpointer v0.19.3 => github.com/go-openapi/jsonpointer v0.19.3
4847
github.com/go-openapi/jsonpointer

0 commit comments

Comments
 (0)