mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-15 13:36:55 +02:00
There are more places where we'll need to add it later, when Go 1.18 comes out with support for it in the "net" package. Also, allowedips still uses slices internally, which might be suboptimal. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
11 lines
343 B
Modula-2
11 lines
343 B
Modula-2
module golang.zx2c4.com/wireguard
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa
|
|
golang.org/x/net v0.0.0-20211111083644-e5c967477495
|
|
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08
|
|
golang.zx2c4.com/go118/netip v0.0.0-20211111135330-a4a02eeacf9d
|
|
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224
|
|
)
|