mirror of
https://github.com/spf13/viper
synced 2025-04-28 16:27:17 +00:00
fix: move to sigs.k8s.io/yaml/goyaml.v3
This commit is contained in:
parent
ab55d41986
commit
2cf9fc25ac
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
package yaml
|
||||
|
||||
import "sigs.k8s.io/yaml"
|
||||
import yaml "sigs.k8s.io/yaml/goyaml.v3"
|
||||
|
||||
// Codec implements the encoding.Encoder and encoding.Decoder interfaces for YAML encoding.
|
||||
type Codec struct{}
|
||||
|
|
Loading…
Add table
Reference in a new issue