File tree Expand file tree Collapse file tree 3 files changed +703
-15
lines changed Expand file tree Collapse file tree 3 files changed +703
-15
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $ cp Sources/WireGuardApp/Config/Developer.xcconfig.template Sources/WireGuardAp
18
18
$ vim Sources/WireGuardApp/Config/Developer.xcconfig
19
19
```
20
20
21
- - Install swiftlint and go 1.15 :
21
+ - Install swiftlint and go 1.19 :
22
22
23
23
```
24
24
$ brew install swiftlint go
Original file line number Diff line number Diff line change @@ -3,8 +3,12 @@ module golang.zx2c4.com/wireguard/apple
3
3
go 1.17
4
4
5
5
require (
6
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
7
- golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
8
- golang.org/x/sys v0.0.0-20210921065528-437939a70204
9
- golang.zx2c4.com/wireguard v0.0.0-20210905140043-2ef39d47540c
6
+ golang.org/x/sys v0.5.0
7
+ golang.zx2c4.com/wireguard v0.0.0-20230209153558-1e2c3e5a3c14
8
+ )
9
+
10
+ require (
11
+ golang.org/x/crypto v0.6.0 // indirect
12
+ golang.org/x/net v0.6.0 // indirect
13
+ golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
10
14
)
You can’t perform that action at this time.
0 commit comments