File tree Expand file tree Collapse file tree 14 files changed +40
-24
lines changed Expand file tree Collapse file tree 14 files changed +40
-24
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package main
33import (
44 "fmt"
55
6- "github.com/codegangsta /cli"
6+ "github.com/urfave /cli"
77)
88
99func cmdBuild (c * cli.Context ) error {
Original file line number Diff line number Diff line change 77 "strings"
88 "text/template"
99
10- "github.com/codegangsta /cli"
10+ "github.com/urfave /cli"
1111 "github.com/docker-library/bashbrew/manifest"
1212 "github.com/docker-library/bashbrew/pkg/templatelib"
1313)
Original file line number Diff line number Diff line change 55 "path"
66 "strings"
77
8- "github.com/codegangsta /cli"
8+ "github.com/urfave /cli"
99 "pault.ag/go/topsort"
1010
1111 "github.com/docker-library/bashbrew/manifest"
Original file line number Diff line number Diff line change 44 "fmt"
55 "strings"
66
7- "github.com/codegangsta /cli"
7+ "github.com/urfave /cli"
88)
99
1010func cmdFrom (c * cli.Context ) error {
Original file line number Diff line number Diff line change 44 "fmt"
55 "path"
66
7- "github.com/codegangsta /cli"
7+ "github.com/urfave /cli"
88 "github.com/docker-library/bashbrew/manifest"
99)
1010
Original file line number Diff line number Diff line change 66 "path"
77 "time"
88
9- "github.com/codegangsta /cli"
9+ "github.com/urfave /cli"
1010)
1111
1212func cmdPush (c * cli.Context ) error {
Original file line number Diff line number Diff line change 77 "strings"
88 "time"
99
10- "github.com/codegangsta /cli"
10+ "github.com/urfave /cli"
1111
1212 "github.com/docker-library/bashbrew/architecture"
1313 "github.com/docker-library/bashbrew/manifest"
Original file line number Diff line number Diff line change 44 "fmt"
55 "path"
66
7- "github.com/codegangsta /cli"
7+ "github.com/urfave /cli"
88)
99
1010func cmdTag (c * cli.Context ) error {
Original file line number Diff line number Diff line change 88 "os"
99 "strings"
1010
11- "github.com/codegangsta /cli"
11+ "github.com/urfave /cli"
1212 "github.com/docker-library/bashbrew/pkg/stripper"
1313 "pault.ag/go/debian/control"
1414)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313 "strconv"
1414 "strings"
1515
16- "github.com/codegangsta /cli"
16+ "github.com/urfave /cli"
1717 "github.com/docker-library/bashbrew/manifest"
1818)
1919
You can’t perform that action at this time.
0 commit comments