Explorar el Código

fix(deps): update module gopkg.in/yaml.v2 to v3 (#772)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] hace 10 meses
padre
commit
d5df951295
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      go.mod

+ 1 - 1
go.mod

@@ -33,6 +33,7 @@ require (
 	golang.org/x/sys v0.27.0
 	golang.zx2c4.com/wireguard/windows v0.5.3
 	gopkg.in/yaml.v2 v2.4.0
+	gopkg.in/yaml.v3 v3.0.1
 )
 
 require github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
@@ -178,6 +179,5 @@ require (
 	golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478 // indirect
 	gonum.org/v1/gonum v0.15.0 // indirect
 	google.golang.org/protobuf v1.35.1 // indirect
-	gopkg.in/yaml.v3 v3.0.1 // indirect
 	lukechampine.com/blake3 v1.3.0 // indirect
 )