mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-17 22:46:54 +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>
12 lines
435 B
Modula-2
12 lines
435 B
Modula-2
module golang.zx2c4.com/wireguard/tun/netstack
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6
|
|
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
|
|
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
|
|
golang.zx2c4.com/go118/netip v0.0.0-20211105124833-002a02cb0e53
|
|
golang.zx2c4.com/wireguard v0.0.0-20210424170727-c9db4b7aaa22
|
|
gvisor.dev/gvisor v0.0.0-20211020211948-f76a604701b6
|
|
)
|