Skip to content

Commit

Permalink
update github.com/urfave/cli to v2
Browse files Browse the repository at this point in the history
github.com/urfave/cli has started using go modules, and has released v2
with some breaking changes to the API. Nothing major, mostly just
cosmetic changes.

I don't think there's any change in behavior that affects us.

I followed the migration guide at [1], then fixed the remaining compiler
errors.

[1] https://github.com/urfave/cli/blob/master/docs/migrate-v1-to-v2.md
  • Loading branch information
yob committed Jun 26, 2020
1 parent 8a97a16 commit fda0cce
Show file tree
Hide file tree
Showing 19 changed files with 740 additions and 707 deletions.
2 changes: 1 addition & 1 deletion bootstrap/integration/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/buildkite/agent/v3/clicommand"
"github.com/buildkite/agent/v3/experiments"
"github.com/buildkite/bintest"
"github.com/urfave/cli"
"github.com/urfave/cli/v2"
)

func TestMain(m *testing.M) {
Expand Down
Loading

0 comments on commit fda0cce

Please sign in to comment.