Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cache:
directories:
- samples
install:
- go get github.com/codegangsta/cli
- go get github.com/urfave/cli
- go get github.com/lib/pq
- go get github.com/kennygrant/sanitize
- go get github.com/cheggaaa/pb
Expand Down
2 changes: 1 addition & 1 deletion pgfutter.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path/filepath"
"strings"

"github.com/codegangsta/cli"
"github.com/urfave/cli"
)

func exitOnError(err error) {
Expand Down
2 changes: 1 addition & 1 deletion postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strconv"
"strings"

"github.com/codegangsta/cli"
"github.com/urfave/cli"
"github.com/kennygrant/sanitize"
)

Expand Down