Skip to content

Commit

Permalink
Update dependency reference: github.com/codegangsta/cli moved to gopk…
Browse files Browse the repository at this point in the history
…g.in/urfave/cli.v1.
  • Loading branch information
DorfilIkatu committed Oct 12, 2018
1 parent cb1f57e commit fb79998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"os"
"github.com/codegangsta/cli"
"gopkg.in/urfave/cli.v1"
"fmt"
"errors"
"path"
Expand Down

0 comments on commit fb79998

Please sign in to comment.