move links for cri-containerd to cri
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
@@ -24,16 +24,16 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
"github.com/spf13/pflag"
|
||||
|
||||
"github.com/containerd/cri-containerd/pkg/version"
|
||||
"github.com/containerd/cri/pkg/version"
|
||||
)
|
||||
|
||||
const (
|
||||
// Add \u200B to avoid the space trimming.
|
||||
desc = "\u200B" + ` __ _
|
||||
desc = "\u200B" + ` __ _
|
||||
_____/ /________________(_)
|
||||
/ ___/ __/ ___/ ___/ ___/ /
|
||||
/ /__/ /_/ / / /__/ / / /
|
||||
\___/\__/_/ \___/_/ /_/
|
||||
/ ___/ __/ ___/ ___/ ___/ /
|
||||
/ /__/ /_/ / / /__/ / / /
|
||||
\___/\__/_/ \___/_/ /_/
|
||||
|
||||
containerd CRI plugin CLI
|
||||
`
|
||||
|
||||
@@ -25,8 +25,8 @@ import (
|
||||
"github.com/spf13/cobra"
|
||||
"golang.org/x/net/context"
|
||||
|
||||
api "github.com/containerd/cri-containerd/pkg/api/v1"
|
||||
"github.com/containerd/cri-containerd/pkg/client"
|
||||
api "github.com/containerd/cri/pkg/api/v1"
|
||||
"github.com/containerd/cri/pkg/client"
|
||||
)
|
||||
|
||||
func dedent(s string) string {
|
||||
|
||||
Reference in New Issue
Block a user