vendor/github.com/spf13/viper/internal/encoding/yaml/codec.go
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
--- a/vendor/github.com/spf13/viper/internal/encoding/yaml/codec.go	Thu Sep 22 16:37:07 2022 +0200
+++ b/vendor/github.com/spf13/viper/internal/encoding/yaml/codec.go	Sat Feb 04 12:58:35 2023 +0100
@@ -1,6 +1,6 @@
 package yaml
 
-// import "gopkg.in/yaml.v2"
+import "gopkg.in/yaml.v3"
 
 // Codec implements the encoding.Encoder and encoding.Decoder interfaces for YAML encoding.
 type Codec struct{}