We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ace51 commit 401cd9fCopy full SHA for 401cd9f
go.mod
@@ -33,6 +33,7 @@ require (
33
golang.org/x/sys v0.35.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
@@ -169,6 +170,5 @@ require (
169
170
golang.zx2c4.com/wireguard v0.0.0-20250521234502-f333402bd9cb // indirect
171
gonum.org/v1/gonum v0.16.0 // indirect
172
google.golang.org/protobuf v1.36.6 // indirect
- gopkg.in/yaml.v3 v3.0.1 // indirect
173
lukechampine.com/blake3 v1.4.1 // indirect
174
0 commit comments