Ver código fonte

volume/local: fix import path

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Alexander Morozov 8 anos atrás
pai
commit
5af8cfd3b1
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      volume/local/local_unix.go

+ 1 - 1
volume/local/local_unix.go

@@ -10,7 +10,7 @@ import (
 	"path/filepath"
 	"path/filepath"
 	"strings"
 	"strings"
 
 
-	"src/github.com/pkg/errors"
+	"github.com/pkg/errors"
 
 
 	"github.com/docker/docker/pkg/mount"
 	"github.com/docker/docker/pkg/mount"
 )
 )