cmd: upgrade to ffcli v3

None of the breaking changes from v2 to v3 are relevant to us.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
This commit is contained in:
Josh Bleecher Snyder
2021-08-19 11:10:27 -07:00
committed by Josh Bleecher Snyder
parent a3c5de641b
commit 865d8c0d23
18 changed files with 22 additions and 22 deletions

View File

@@ -23,7 +23,7 @@ import (
"text/tabwriter"
"time"
"github.com/peterbourgon/ff/v2/ffcli"
"github.com/peterbourgon/ff/v3/ffcli"
"tailscale.com/net/speedtest"
)