Skip to content

Commit

Permalink
Update codegansta path to urfave
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornleffler committed Jul 23, 2020
1 parent 46eebd9 commit 04b7361
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"strconv"
"time"

"github.com/codegangsta/cli"
"github.com/urfave/cli"
mountpkg "github.com/googlecloudplatform/gcsfuse/internal/mount"
)

Expand Down
2 changes: 1 addition & 1 deletion flags_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"testing"
"time"

"github.com/codegangsta/cli"
"github.com/urfave/cli"
. "github.com/jacobsa/oglematchers"
. "github.com/jacobsa/ogletest"
)
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
"golang.org/x/oauth2"
"golang.org/x/oauth2/google"

"github.com/codegangsta/cli"
"github.com/urfave/cli"
"github.com/googlecloudplatform/gcsfuse/internal/canned"
"github.com/jacobsa/daemonize"
"github.com/jacobsa/fuse"
Expand Down

0 comments on commit 04b7361

Please sign in to comment.