File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717 "google.golang.org/grpc/health/grpc_health_v1"
1818
1919 "github.com/Sirupsen/logrus"
20- "github.com/codegangsta /cli"
20+ "github.com/urfave /cli"
2121 "github.com/cyberdelia/go-metrics-graphite"
2222 "github.com/containerd/containerd"
2323 grpcserver "github.com/containerd/containerd/api/grpc/server"
Original file line number Diff line number Diff line change 55 "os"
66 "text/tabwriter"
77
8- "github.com/codegangsta /cli"
8+ "github.com/urfave /cli"
99 "github.com/containerd/containerd/api/grpc/types"
1010 netcontext "golang.org/x/net/context"
1111)
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
99var checkpointSubCmds = []cli.Command {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616 "text/tabwriter"
1717 "time"
1818
19- "github.com/codegangsta /cli"
19+ "github.com/urfave /cli"
2020 "github.com/containerd/containerd/api/grpc/types"
2121 "github.com/containerd/containerd/specs"
2222 "github.com/crosbymichael/console"
Original file line number Diff line number Diff line change 66 "text/tabwriter"
77 "time"
88
9- "github.com/codegangsta /cli"
9+ "github.com/urfave /cli"
1010 "github.com/containerd/containerd/api/grpc/types"
1111 "github.com/golang/protobuf/ptypes"
1212 netcontext "golang.org/x/net/context"
Original file line number Diff line number Diff line change 88 netcontext "golang.org/x/net/context"
99
1010 "github.com/Sirupsen/logrus"
11- "github.com/codegangsta /cli"
11+ "github.com/urfave /cli"
1212 "github.com/containerd/containerd"
1313 "github.com/containerd/containerd/api/grpc/types"
1414)
You can’t perform that action at this time.
0 commit comments