Skip to content

Commit 89995b3

Browse files
fix(deps): update module gopkg.in/yaml.v2 to v3
1 parent ac3f088 commit 89995b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ require (
3434
golang.org/x/sys v0.30.0
3535
golang.zx2c4.com/wireguard/windows v0.5.3
3636
gopkg.in/yaml.v2 v2.4.0
37+
gopkg.in/yaml.v3 v3.0.1
3738
)
3839

3940
require github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
@@ -189,6 +190,5 @@ require (
189190
golang.zx2c4.com/wireguard v0.0.0-20220703234212-c31a7b1ab478 // indirect
190191
gonum.org/v1/gonum v0.15.1 // indirect
191192
google.golang.org/protobuf v1.36.5 // indirect
192-
gopkg.in/yaml.v3 v3.0.1 // indirect
193193
lukechampine.com/blake3 v1.3.0 // indirect
194194
)

0 commit comments

Comments
 (0)