From 3ab9c8b8e42939102d985b8c74add58f9e7ca96e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 9 Jan 2020 11:45:52 +0000 Subject: [PATCH] Update module urfave/cli to v2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f435681..918013a 100644 --- a/go.mod +++ b/go.mod @@ -8,6 +8,6 @@ require ( github.com/gorilla/websocket v1.4.1 github.com/mattn/go-tty v0.0.3 github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 - github.com/urfave/cli v1.20.0 + github.com/urfave/cli/v2/v2 v2.1.1 golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 )