Skip to content

Commit

Permalink
sed -r 's#codegangsta#urfave#g'
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Myhre <hash@exultant.us>
  • Loading branch information
warpfork committed Apr 11, 2017
1 parent 1585591 commit 37e1083
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule ".gopath/src/github.com/spacemonkeygo/errors"]
path = .gopath/src/github.com/spacemonkeygo/errors
url = https://github.com/polydawn/errors
[submodule ".gopath/src/github.com/codegangsta/cli"]
path = .gopath/src/github.com/codegangsta/cli
url = https://github.com/codegangsta/cli
[submodule ".gopath/src/github.com/urfave/cli"]
path = .gopath/src/github.com/urfave/cli
url = https://github.com/urfave/cli
[submodule ".gopath/src/github.com/ugorji/go"]
path = .gopath/src/github.com/ugorji/go
url = https://github.com/ugorji/go.git
Expand Down
2 changes: 1 addition & 1 deletion cmd/repeatr/cfg/cfgCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
"io/ioutil"
"os"

"github.com/codegangsta/cli"
"github.com/go-yaml/yaml"
"github.com/ugorji/go/codec"
"github.com/urfave/cli"
"go.polydawn.net/meep"

"go.polydawn.net/repeatr/cmd/repeatr/bhv"
Expand Down
2 changes: 1 addition & 1 deletion cmd/repeatr/examine/examineCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"io"
"os"

"github.com/codegangsta/cli"
"github.com/inconshreveable/log15"
"github.com/urfave/cli"
"go.polydawn.net/meep"

"go.polydawn.net/repeatr/cmd/repeatr/bhv"
Expand Down
2 changes: 1 addition & 1 deletion cmd/repeatr/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"strings"

"github.com/codegangsta/cli"
"github.com/urfave/cli"
"go.polydawn.net/meep"

"go.polydawn.net/repeatr/api/def"
Expand Down
2 changes: 1 addition & 1 deletion cmd/repeatr/pack/packCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"fmt"
"io"

"github.com/codegangsta/cli"
"github.com/inconshreveable/log15"
"github.com/ugorji/go/codec"
"github.com/urfave/cli"
"go.polydawn.net/meep"

"go.polydawn.net/repeatr/api/def"
Expand Down
2 changes: 1 addition & 1 deletion cmd/repeatr/run/runCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"io"
"strings"

"github.com/codegangsta/cli"
"github.com/ugorji/go/codec"
"github.com/urfave/cli"
"go.polydawn.net/go-sup"
"go.polydawn.net/meep"

Expand Down
2 changes: 1 addition & 1 deletion cmd/repeatr/twerk/twerkCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"io"
"strings"

"github.com/codegangsta/cli"
"github.com/urfave/cli"
"go.polydawn.net/go-sup"
"go.polydawn.net/meep"

Expand Down
2 changes: 1 addition & 1 deletion cmd/repeatr/unpack/unpackCmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"os"
"path/filepath"

"github.com/codegangsta/cli"
"github.com/inconshreveable/log15"
"github.com/urfave/cli"
"go.polydawn.net/meep"

"go.polydawn.net/repeatr/cmd/repeatr/bhv"
Expand Down

0 comments on commit 37e1083

Please sign in to comment.