mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Move from go-yaml/yaml to ghodss/yaml
This commit is contained in:
@@ -19,7 +19,7 @@ package runtime
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"gopkg.in/v1/yaml"
|
||||
"github.com/ghodss/yaml"
|
||||
)
|
||||
|
||||
func (re *RawExtension) UnmarshalJSON(in []byte) error {
|
||||
|
Reference in New Issue
Block a user