diff --git a/go.mod b/go.mod index 84bd3c1..fe7f464 100644 --- a/go.mod +++ b/go.mod @@ -18,6 +18,7 @@ require ( golang.org/x/mod v0.22.0 golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 gopkg.in/yaml.v2 v2.4.0 + gopkg.in/yaml.v3 v3.0.1 ) require ( @@ -30,5 +31,4 @@ require ( github.com/spf13/pflag v1.0.5 // indirect golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect golang.org/x/sync v0.3.0 // indirect - gopkg.in/yaml.v3 v3.0.1 // indirect )