go.mod: update inet.af/netaddr, go mod tidy.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson
2020-12-19 14:01:33 -08:00
parent 89be4037bb
commit f5e33ad761
2 changed files with 3 additions and 24 deletions

3
go.mod
View File

@@ -29,7 +29,6 @@ require (
github.com/toqueteos/webbrowser v1.2.0
go4.org/mem v0.0.0-20201119185036-c04c5a6ff174
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
golang.org/x/mod v0.4.0 // indirect
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
@@ -39,6 +38,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-20201215200150-7aef11fabe72
inet.af/netaddr v0.0.0-20201218162718-658fec415e52
rsc.io/goversion v1.2.0
)