use urfave/cli/v2

This commit is contained in:
Yasuhiro Matsumoto 2022-11-27 13:24:42 +09:00
parent 5f0c9a21c2
commit b597f437a9
No known key found for this signature in database
GPG key ID: 622DE34DC490584B
32 changed files with 49 additions and 50 deletions

View file

@ -9,6 +9,7 @@ require (
github.com/fatih/color v1.13.0
github.com/mattn/go-mastodon v0.0.4
github.com/mattn/go-tty v0.0.4
github.com/urfave/cli v1.22.9
github.com/urfave/cli v1.13.0
github.com/urfave/cli/v2 v2.23.5 // indirect
golang.org/x/net v0.0.0-20220531201128-c960675eff93
)