Skip to content

Commit 59c7470

Browse files
committed
pin to github.com for urfave/cli
Signed-off-by: Tomas Tomecek <[email protected]>
1 parent 0035f70 commit 59c7470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ git clone https://github.com/TomasTomecek/tmux-top.git
4141
Let's install dependencies now:
4242

4343
```
44-
$ go get gopkg.in/urfave/cli.v1
44+
$ go get github.com/urfave/cli
4545
```
4646

4747
We can compile and install now:

cmd/tmux-top/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/TomasTomecek/tmux-top/load"
99
"github.com/TomasTomecek/tmux-top/mem"
1010
"github.com/TomasTomecek/tmux-top/net"
11-
"gopkg.in/urfave/cli.v1"
11+
"github.com/urfave/cli"
1212
"os"
1313
)
1414

0 commit comments

Comments
 (0)