Skip to content

Commit 257a1ab

Browse files
fix deps in main.go
1 parent 9143347 commit 257a1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"os"
66

7-
"github.com/miketheprogrammer/go-thrust/Godeps/_workspace/src/github.com/codegangsta/cli"
7+
"github.com/codegangsta/cli"
88
"github.com/miketheprogrammer/go-thrust/lib/spawn"
99
)
1010

0 commit comments

Comments
 (0)