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
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/codegangsta /cli"
6
+ "github.com/urfave /cli"
7
7
)
8
8
9
9
func cmdBuild (c * cli.Context ) error {
Original file line number Diff line number Diff line change 7
7
"strings"
8
8
"text/template"
9
9
10
- "github.com/codegangsta /cli"
10
+ "github.com/urfave /cli"
11
11
"github.com/docker-library/bashbrew/manifest"
12
12
"github.com/docker-library/bashbrew/pkg/templatelib"
13
13
)
Original file line number Diff line number Diff line change 5
5
"path"
6
6
"strings"
7
7
8
- "github.com/codegangsta /cli"
8
+ "github.com/urfave /cli"
9
9
"pault.ag/go/topsort"
10
10
11
11
"github.com/docker-library/bashbrew/manifest"
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"strings"
6
6
7
- "github.com/codegangsta /cli"
7
+ "github.com/urfave /cli"
8
8
)
9
9
10
10
func cmdFrom (c * cli.Context ) error {
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"path"
6
6
7
- "github.com/codegangsta /cli"
7
+ "github.com/urfave /cli"
8
8
"github.com/docker-library/bashbrew/manifest"
9
9
)
10
10
Original file line number Diff line number Diff line change 6
6
"path"
7
7
"time"
8
8
9
- "github.com/codegangsta /cli"
9
+ "github.com/urfave /cli"
10
10
)
11
11
12
12
func cmdPush (c * cli.Context ) error {
Original file line number Diff line number Diff line change 7
7
"strings"
8
8
"time"
9
9
10
- "github.com/codegangsta /cli"
10
+ "github.com/urfave /cli"
11
11
12
12
"github.com/docker-library/bashbrew/architecture"
13
13
"github.com/docker-library/bashbrew/manifest"
Original file line number Diff line number Diff line change 4
4
"fmt"
5
5
"path"
6
6
7
- "github.com/codegangsta /cli"
7
+ "github.com/urfave /cli"
8
8
)
9
9
10
10
func cmdTag (c * cli.Context ) error {
Original file line number Diff line number Diff line change 8
8
"os"
9
9
"strings"
10
10
11
- "github.com/codegangsta /cli"
11
+ "github.com/urfave /cli"
12
12
"github.com/docker-library/bashbrew/pkg/stripper"
13
13
"pault.ag/go/debian/control"
14
14
)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
"strconv"
14
14
"strings"
15
15
16
- "github.com/codegangsta /cli"
16
+ "github.com/urfave /cli"
17
17
"github.com/docker-library/bashbrew/manifest"
18
18
)
19
19
You can’t perform that action at this time.
0 commit comments