volume/local: fix import path
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
7e29b33546
commit
5af8cfd3b1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"src/github.com/pkg/errors"
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/docker/docker/pkg/mount"
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue