Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
This import got lost after commit 56cc56b
was merged, likely because the PR was built against an outdated
master.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah authored and adhulipa committed Apr 11, 2019
1 parent 9a451f8 commit 66d1be7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions container/container_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import (
"github.com/docker/docker/volume"
volumemounts "github.com/docker/docker/volume/mounts"
"github.com/opencontainers/selinux/go-selinux/label"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
"golang.org/x/sys/unix"
)
Expand Down

0 comments on commit 66d1be7

Please sign in to comment.