update to github.com/sirupsen/logrus v1.0.0

Signed-off-by: Andrew Pennebaker <apennebaker@datapipe.com>
This commit is contained in:
Andrew Pennebaker
2017-07-06 16:42:09 -05:00
committed by Derek McGowan
parent dd7642fc1c
commit 1d2a079f08
62 changed files with 2001 additions and 235 deletions

View File

@@ -16,7 +16,6 @@ import (
"syscall"
"time"
"github.com/Sirupsen/logrus"
"github.com/containerd/console"
"github.com/containerd/containerd"
containersapi "github.com/containerd/containerd/api/services/containers/v1"
@@ -43,6 +42,7 @@ import (
ocispec "github.com/opencontainers/image-spec/specs-go/v1"
specs "github.com/opencontainers/runtime-spec/specs-go"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"github.com/urfave/cli"
"google.golang.org/grpc"
)