Skip to content

Commit 401cd9f

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent 45ace51 commit 401cd9f

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.35.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
@@ -169,6 +170,5 @@ require (
169170
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb // indirect
170171
gonum.org/v1/gonum v0.16.0 // indirect
171172
google.golang.org/protobuf v1.36.6 // indirect
172-
gopkg.in/yaml.v3 v3.0.1 // indirect
173173
lukechampine.com/blake3 v1.4.1 // indirect
174174
)

0 commit comments

Comments
 (0)