Skip to content

Commit f23eee4

Browse files
committed
Update go.mod
1 parent b9587dd commit f23eee4

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Sources/WireGuardKitGo/go.mod

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
module github.com/amnezia-vpn/amneziawg-apple
22

3-
go 1.17
3+
go 1.16
44

55
require (
6-
golang.org/x/sys v0.13.0
6+
golang.org/x/sys v0.16.0
77
github.com/amnezia-vpn/amneziawg-go v0.1.8
88
)
99

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-
)
10+
require golang.org/x/net v0.20.0 // indirect

0 commit comments

Comments
 (0)