1
0
mirror of https://git.zx2c4.com/wireguard-go synced 2024-11-15 01:05:15 +01:00
wireguard-go/go.mod
Jason A. Donenfeld 23d4e52ac9 global: use netip where possible now
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>
2021-11-06 14:30:50 +01:00

12 lines
343 B
Modula-2

module golang.zx2c4.com/wireguard
go 1.17
require (
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/net v0.0.0-20211105192438-b53810dc28af
golang.org/x/sys v0.0.0-20211106132015-ebca88c72f68
golang.zx2c4.com/go118/netip v0.0.0-20211106132939-9d41d90554dd
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224
)