Skip to content

Commit

Permalink
pin to github.com for urfave/cli
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek committed Oct 29, 2017
1 parent 0035f70 commit 59c7470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ git clone https://github.com/TomasTomecek/tmux-top.git
Let's install dependencies now:

```
$ go get gopkg.in/urfave/cli.v1
$ go get github.com/urfave/cli
```

We can compile and install now:
Expand Down
2 changes: 1 addition & 1 deletion cmd/tmux-top/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/TomasTomecek/tmux-top/load"
"github.com/TomasTomecek/tmux-top/mem"
"github.com/TomasTomecek/tmux-top/net"
"gopkg.in/urfave/cli.v1"
"github.com/urfave/cli"
"os"
)

Expand Down

0 comments on commit 59c7470

Please sign in to comment.