go.mod: bump netaddr.

Closes #567.

Signed-off-by: Dmytro Shynkevych <dmytro@tailscale.com>
This commit is contained in:
Dmytro Shynkevych
2020-07-18 04:28:03 -04:00
parent a3e7252ce6
commit 3efc29d39d
2 changed files with 3 additions and 8 deletions

2
go.mod
View File

@@ -32,6 +32,6 @@ require (
golang.org/x/sys v0.0.0-20200501052902-10377860bb8e
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
honnef.co/go/tools v0.0.1-2020.1.4
inet.af/netaddr v0.0.0-20200706235120-1ac1a40fae99
inet.af/netaddr v0.0.0-20200718043157-99321d6ad24c
rsc.io/goversion v1.2.0
)