mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-14 23:17:29 +00:00
wgengine/monitor: use RTMGRP_* consts from x/sys/unix
Bump golang.org/x/sys/unix to get the RTMGRP_* consts and use them. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
This commit is contained in:

committed by
Dave Anderson

parent
769e25e37b
commit
4d09316f9a
2
go.mod
2
go.mod
@@ -19,7 +19,7 @@ require (
|
||||
github.com/tailscale/wireguard-go v0.0.0-20200213180345-a7c4b7719b1d
|
||||
golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678
|
||||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
||||
golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4
|
||||
golang.org/x/sys v0.0.0-20200217220822-9197077df867
|
||||
gortc.io/stun v1.22.1
|
||||
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user