Update module urfave/cli to v1.22.2

This commit is contained in:
Renovate Bot 2020-01-16 16:59:33 +00:00
parent 845b4bd395
commit 3fa123815f
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 13 additions and 1 deletions

2
go.mod
View file

@ -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 v1.22.2
golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
)