Rewrite imports for new github org

This rewrites the Go imports after switching to the new github org.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2017-04-03 13:14:15 -07:00
parent 0521958ac0
commit 4f2b443a27
101 changed files with 540 additions and 543 deletions

View file

@ -17,8 +17,8 @@ import (
"google.golang.org/grpc/grpclog"
"github.com/Sirupsen/logrus"
"github.com/containerd/containerd/api/services/shim"
"github.com/crosbymichael/console"
"github.com/docker/containerd/api/services/shim"
protobuf "github.com/gogo/protobuf/types"
"github.com/opencontainers/runtime-spec/specs-go"
"github.com/pkg/errors"