mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-05 15:37:35 +00:00
Upgrade from gopkg.in/v2/yaml to gopkg.in/yaml.v2 everywhere
This commit is contained in:
2
Godeps/_workspace/src/github.com/ghodss/yaml/yaml.go
generated
vendored
2
Godeps/_workspace/src/github.com/ghodss/yaml/yaml.go
generated
vendored
@@ -7,7 +7,7 @@ import (
|
||||
"reflect"
|
||||
"strconv"
|
||||
|
||||
"gopkg.in/v2/yaml"
|
||||
"gopkg.in/yaml.v2"
|
||||
)
|
||||
|
||||
// Marshals the object into JSON then converts JSON to YAML and returns the
|
||||
|
||||
Reference in New Issue
Block a user