Skip to content

Commit ccc7472

Browse files
committed
WireGuardKitGo: bump
Signed-off-by: Jason A. Donenfeld <[email protected]>
1 parent 12b0954 commit ccc7472

File tree

3 files changed

+703
-15
lines changed

3 files changed

+703
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ cp Sources/WireGuardApp/Config/Developer.xcconfig.template Sources/WireGuardAp
1818
$ vim Sources/WireGuardApp/Config/Developer.xcconfig
1919
```
2020

21-
- Install swiftlint and go 1.15:
21+
- Install swiftlint and go 1.19:
2222

2323
```
2424
$ brew install swiftlint go

Sources/WireGuardKitGo/go.mod

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ module golang.zx2c4.com/wireguard/apple
33
go 1.17
44

55
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
1014
)

0 commit comments

Comments
 (0)