Skip to content

Commit

Permalink
WireGuardKitGo: bump
Browse files Browse the repository at this point in the history
Signed-off-by: Jason A. Donenfeld <[email protected]>
  • Loading branch information
zx2c4 committed Feb 14, 2023
1 parent 12b0954 commit ccc7472
Show file tree
Hide file tree
Showing 3 changed files with 703 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ cp Sources/WireGuardApp/Config/Developer.xcconfig.template Sources/WireGuardAp
$ vim Sources/WireGuardApp/Config/Developer.xcconfig
```

- Install swiftlint and go 1.15:
- Install swiftlint and go 1.19:

```
$ brew install swiftlint go
Expand Down
12 changes: 8 additions & 4 deletions Sources/WireGuardKitGo/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ module golang.zx2c4.com/wireguard/apple
go 1.17

require (
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/net v0.0.0-20210917221730-978cfadd31cf // indirect
golang.org/x/sys v0.0.0-20210921065528-437939a70204
golang.zx2c4.com/wireguard v0.0.0-20210905140043-2ef39d47540c
golang.org/x/sys v0.5.0
golang.zx2c4.com/wireguard v0.0.0-20230209153558-1e2c3e5a3c14
)

require (
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.6.0 // indirect
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
)
Loading

0 comments on commit ccc7472

Please sign in to comment.