1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

Upgrade urfave/cli to v2 (#614)

* Upgrade cli to v2
* Re-vendor
This commit is contained in:
Tom Limoncelli
2020-02-03 12:44:11 -05:00
committed by GitHub
parent f2c77b6541
commit 891c4162df
110 changed files with 27399 additions and 5793 deletions

View File

@ -4,7 +4,7 @@ import (
"fmt"
"github.com/StackExchange/dnscontrol/v2/providers"
"github.com/urfave/cli"
"github.com/urfave/cli/v2"
)
var _ = cmd(catUtils, func() *cli.Command {