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 b9587dd commit f23eee4Copy full SHA for f23eee4
Sources/WireGuardKitGo/go.mod
@@ -1,15 +1,10 @@
1
module github.com/amnezia-vpn/amneziawg-apple
2
3
-go 1.17
+go 1.16
4
5
require (
6
- golang.org/x/sys v0.13.0
+ golang.org/x/sys v0.16.0
7
github.com/amnezia-vpn/amneziawg-go v0.1.8
8
)
9
10
-require (
11
- github.com/tevino/abool/v2 v2.1.0 // indirect
12
- golang.org/x/crypto v0.14.0 // indirect
13
- golang.org/x/net v0.15.0 // indirect
14
- golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
15
-)
+require golang.org/x/net v0.20.0 // indirect
0 commit comments