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:
Tobias Klauser
2020-02-17 22:12:35 +01:00
committed by Dave Anderson
parent 769e25e37b
commit 4d09316f9a
3 changed files with 4 additions and 11 deletions

2
go.mod
View File

@@ -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
)