Skip to content

Commit 83b0435

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 4f9d9d4 commit 83b0435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ require (
3333
golang.org/x/sys v0.38.0
3434
golang.zx2c4.com/wireguard/windows v0.5.3
3535
gopkg.in/yaml.v2 v2.4.0
36+
gopkg.in/yaml.v3 v3.0.1
3637
)
3738

3839
require github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
@@ -172,6 +173,5 @@ require (
172173
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb // indirect
173174
gonum.org/v1/gonum v0.16.0 // indirect
174175
google.golang.org/protobuf v1.36.10 // indirect
175-
gopkg.in/yaml.v3 v3.0.1 // indirect
176176
lukechampine.com/blake3 v1.4.1 // indirect
177177
)

0 commit comments

Comments
 (0)