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

@ -6,7 +6,7 @@ import (
"net/http/httptest"
"github.com/mattn/go-mastodon"
"github.com/urfave/cli"
"github.com/urfave/cli/v2"
)
func testWithServer(h http.HandlerFunc, testFuncs ...func(*cli.App)) string {