Update netaddr, and adjust wgengine/magicsock due to API change.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2020-12-30 17:34:35 -08:00
parent 56a7652dc9
commit 86fe22a1b1
3 changed files with 11 additions and 4 deletions

2
go.mod
View File

@@ -40,6 +40,6 @@ require (
golang.org/x/tools v0.0.0-20201211185031-d93e913c1a58
golang.zx2c4.com/wireguard/windows v0.1.2-0.20201113162609-9b85be97fdf8
honnef.co/go/tools v0.1.0
inet.af/netaddr v0.0.0-20201228234250-33d0a924ebbf
inet.af/netaddr v0.0.0-20201231012616-c5dc91d2a016
rsc.io/goversion v1.2.0
)