We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c66da5 commit 369548eCopy full SHA for 369548e
go.mod
@@ -33,6 +33,7 @@ require (
33
golang.org/x/sys v0.33.0
34
golang.zx2c4.com/wireguard/windows v0.5.3
35
gopkg.in/yaml.v2 v2.4.0
36
+ gopkg.in/yaml.v3 v3.0.1
37
)
38
39
require github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
@@ -168,6 +169,5 @@ require (
168
169
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb // indirect
170
gonum.org/v1/gonum v0.16.0 // indirect
171
google.golang.org/protobuf v1.36.6 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
172
lukechampine.com/blake3 v1.4.1 // indirect
173
0 commit comments