controlclient: fix staticcheck lint.

Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
David Anderson
2020-02-10 23:16:13 -08:00
parent fe9af19da9
commit 2227ede8af
3 changed files with 22 additions and 5 deletions

1
go.mod
View File

@@ -16,4 +16,5 @@ require (
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5
gortc.io/stun v1.22.1
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
)