Switch to sigs.k8s.io/yaml from ghodss/yaml

Change-Id: Ic72b5131bf441d159012d67a6a3d87088d0e6d31
This commit is contained in:
Davanum Srinivas
2018-11-02 16:41:57 -04:00
parent 1f56cd801e
commit 43f523d405
95 changed files with 1336 additions and 125 deletions

View File

@@ -66,10 +66,10 @@ go_library(
"//vendor/github.com/Azure/go-autorest/autorest/adal:go_default_library",
"//vendor/github.com/Azure/go-autorest/autorest/azure:go_default_library",
"//vendor/github.com/Azure/go-autorest/autorest/to:go_default_library",
"//vendor/github.com/ghodss/yaml:go_default_library",
"//vendor/github.com/golang/glog:go_default_library",
"//vendor/github.com/prometheus/client_golang/prometheus:go_default_library",
"//vendor/github.com/rubiojr/go-vhd/vhd:go_default_library",
"//vendor/sigs.k8s.io/yaml:go_default_library",
],
)

View File

@@ -41,8 +41,8 @@ import (
"github.com/Azure/go-autorest/autorest"
"github.com/Azure/go-autorest/autorest/azure"
"github.com/ghodss/yaml"
"github.com/golang/glog"
"sigs.k8s.io/yaml"
)
const (