Merge pull request #4 from mheon/fix_vendor

Fix trivial import issue
This commit is contained in:
Daniel J Walsh 2017-11-01 15:42:17 -04:00 committed by GitHub
commit f0f5b51ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
"strconv"
"github.com/docker/docker/pkg/term"
"github.com/kubernetes-incubator/cri-o/utils"
"github.com/projectatomic/libpod/utils"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"golang.org/x/sys/unix"