Skip to content

Commit 66d1be7

Browse files
thaJeztahadhulipa
authored andcommitted
Fix missing import
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 <[email protected]>
1 parent 9a451f8 commit 66d1be7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

container/container_unix.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818
"github.com/docker/docker/volume"
1919
volumemounts "github.com/docker/docker/volume/mounts"
2020
"github.com/opencontainers/selinux/go-selinux/label"
21+
"github.com/pkg/errors"
2122
"github.com/sirupsen/logrus"
2223
"golang.org/x/sys/unix"
2324
)

0 commit comments

Comments
 (0)