Kaynağa Gözat

Remove case sensitive duplicate dir in vendor

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tonis Tiigi 9 yıl önce
ebeveyn
işleme
b9a395c85d
34 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  1. 1 1
      daemon/execdriver/windows/exec.go
  2. 1 1
      daemon/execdriver/windows/run.go
  3. 1 1
      daemon/execdriver/windows/terminatekill.go
  4. 1 1
      daemon/execdriver/windows/ttyconsole.go
  5. 1 1
      daemon/graphdriver/windows/windows.go
  6. 1 1
      hack/vendor.sh
  7. 0 0
      vendor/src/github.com/Microsoft/hcsshim/LICENSE
  8. 0 0
      vendor/src/github.com/Microsoft/hcsshim/activatelayer.go
  9. 0 0
      vendor/src/github.com/Microsoft/hcsshim/copylayer.go
  10. 0 0
      vendor/src/github.com/Microsoft/hcsshim/createcomputesystem.go
  11. 0 0
      vendor/src/github.com/Microsoft/hcsshim/createlayer.go
  12. 0 0
      vendor/src/github.com/Microsoft/hcsshim/createprocess.go
  13. 0 0
      vendor/src/github.com/Microsoft/hcsshim/createsandboxlayer.go
  14. 0 0
      vendor/src/github.com/Microsoft/hcsshim/deactivatelayer.go
  15. 0 0
      vendor/src/github.com/Microsoft/hcsshim/destroylayer.go
  16. 0 0
      vendor/src/github.com/Microsoft/hcsshim/exportlayer.go
  17. 0 0
      vendor/src/github.com/Microsoft/hcsshim/getlayermountpath.go
  18. 0 0
      vendor/src/github.com/Microsoft/hcsshim/getsharedbaseimages.go
  19. 0 0
      vendor/src/github.com/Microsoft/hcsshim/guid.go
  20. 0 0
      vendor/src/github.com/Microsoft/hcsshim/hcsshim.go
  21. 0 0
      vendor/src/github.com/Microsoft/hcsshim/hnsfuncs.go
  22. 0 0
      vendor/src/github.com/Microsoft/hcsshim/importlayer.go
  23. 0 0
      vendor/src/github.com/Microsoft/hcsshim/layerexists.go
  24. 0 0
      vendor/src/github.com/Microsoft/hcsshim/layerutils.go
  25. 0 0
      vendor/src/github.com/Microsoft/hcsshim/mksyscall_windows.go
  26. 0 0
      vendor/src/github.com/Microsoft/hcsshim/nametoguid.go
  27. 0 0
      vendor/src/github.com/Microsoft/hcsshim/preparelayer.go
  28. 0 0
      vendor/src/github.com/Microsoft/hcsshim/resizeconsole.go
  29. 0 0
      vendor/src/github.com/Microsoft/hcsshim/shutdownterminatecomputesystem.go
  30. 0 0
      vendor/src/github.com/Microsoft/hcsshim/startcomputesystem.go
  31. 0 0
      vendor/src/github.com/Microsoft/hcsshim/terminateprocess.go
  32. 0 0
      vendor/src/github.com/Microsoft/hcsshim/unpreparelayer.go
  33. 0 0
      vendor/src/github.com/Microsoft/hcsshim/waitprocess.go
  34. 0 0
      vendor/src/github.com/Microsoft/hcsshim/zhcsshim.go

+ 1 - 1
daemon/execdriver/windows/exec.go

@@ -5,9 +5,9 @@ package windows
 import (
 	"fmt"
 
+	"github.com/Microsoft/hcsshim"
 	"github.com/Sirupsen/logrus"
 	"github.com/docker/docker/daemon/execdriver"
-	"github.com/microsoft/hcsshim"
 )
 
 // Exec implements the exec driver Driver interface.

+ 1 - 1
daemon/execdriver/windows/run.go

@@ -11,9 +11,9 @@ import (
 	"strings"
 	"time"
 
+	"github.com/Microsoft/hcsshim"
 	"github.com/Sirupsen/logrus"
 	"github.com/docker/docker/daemon/execdriver"
-	"github.com/microsoft/hcsshim"
 )
 
 // defaultContainerNAT is the default name of the container NAT device that is

+ 1 - 1
daemon/execdriver/windows/terminatekill.go

@@ -6,9 +6,9 @@ import (
 	"fmt"
 	"syscall"
 
+	"github.com/Microsoft/hcsshim"
 	"github.com/Sirupsen/logrus"
 	"github.com/docker/docker/daemon/execdriver"
-	"github.com/microsoft/hcsshim"
 )
 
 // Terminate implements the exec driver Driver interface.

+ 1 - 1
daemon/execdriver/windows/ttyconsole.go

@@ -3,7 +3,7 @@
 package windows
 
 import (
-	"github.com/microsoft/hcsshim"
+	"github.com/Microsoft/hcsshim"
 )
 
 // TtyConsole implements the exec driver Terminal interface.

+ 1 - 1
daemon/graphdriver/windows/windows.go

@@ -15,6 +15,7 @@ import (
 	"sync"
 	"time"
 
+	"github.com/Microsoft/hcsshim"
 	"github.com/Sirupsen/logrus"
 	"github.com/docker/docker/daemon/graphdriver"
 	"github.com/docker/docker/pkg/archive"
@@ -22,7 +23,6 @@ import (
 	"github.com/docker/docker/pkg/idtools"
 	"github.com/docker/docker/pkg/ioutils"
 	"github.com/docker/docker/pkg/random"
-	"github.com/microsoft/hcsshim"
 )
 
 // init registers the windows graph drivers to the register.

+ 1 - 1
hack/vendor.sh

@@ -16,7 +16,7 @@ clone git github.com/gorilla/mux e444e69cbd
 clone git github.com/kr/pty 5cf931ef8f
 clone git github.com/mattn/go-shellwords v1.0.0
 clone git github.com/mattn/go-sqlite3 v1.1.0
-clone git github.com/microsoft/hcsshim 35ad4d808a97203cb1748d7c43167e91f51e7f86
+clone git github.com/Microsoft/hcsshim 35ad4d808a97203cb1748d7c43167e91f51e7f86
 clone git github.com/mistifyio/go-zfs v2.1.1
 clone git github.com/tchap/go-patricia v2.1.0
 clone git github.com/vdemeester/shakers 3c10293ce22b900c27acad7b28656196fcc2f73b

+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/LICENSE → vendor/src/github.com/Microsoft/hcsshim/LICENSE


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/activatelayer.go → vendor/src/github.com/Microsoft/hcsshim/activatelayer.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/copylayer.go → vendor/src/github.com/Microsoft/hcsshim/copylayer.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/createcomputesystem.go → vendor/src/github.com/Microsoft/hcsshim/createcomputesystem.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/createlayer.go → vendor/src/github.com/Microsoft/hcsshim/createlayer.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/createprocess.go → vendor/src/github.com/Microsoft/hcsshim/createprocess.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/createsandboxlayer.go → vendor/src/github.com/Microsoft/hcsshim/createsandboxlayer.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/deactivatelayer.go → vendor/src/github.com/Microsoft/hcsshim/deactivatelayer.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/destroylayer.go → vendor/src/github.com/Microsoft/hcsshim/destroylayer.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/exportlayer.go → vendor/src/github.com/Microsoft/hcsshim/exportlayer.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/getlayermountpath.go → vendor/src/github.com/Microsoft/hcsshim/getlayermountpath.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/getsharedbaseimages.go → vendor/src/github.com/Microsoft/hcsshim/getsharedbaseimages.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/guid.go → vendor/src/github.com/Microsoft/hcsshim/guid.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/hcsshim.go → vendor/src/github.com/Microsoft/hcsshim/hcsshim.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/hnsfuncs.go → vendor/src/github.com/Microsoft/hcsshim/hnsfuncs.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/importlayer.go → vendor/src/github.com/Microsoft/hcsshim/importlayer.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/layerexists.go → vendor/src/github.com/Microsoft/hcsshim/layerexists.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/layerutils.go → vendor/src/github.com/Microsoft/hcsshim/layerutils.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/mksyscall_windows.go → vendor/src/github.com/Microsoft/hcsshim/mksyscall_windows.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/nametoguid.go → vendor/src/github.com/Microsoft/hcsshim/nametoguid.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/preparelayer.go → vendor/src/github.com/Microsoft/hcsshim/preparelayer.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/resizeconsole.go → vendor/src/github.com/Microsoft/hcsshim/resizeconsole.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/shutdownterminatecomputesystem.go → vendor/src/github.com/Microsoft/hcsshim/shutdownterminatecomputesystem.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/startcomputesystem.go → vendor/src/github.com/Microsoft/hcsshim/startcomputesystem.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/terminateprocess.go → vendor/src/github.com/Microsoft/hcsshim/terminateprocess.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/unpreparelayer.go → vendor/src/github.com/Microsoft/hcsshim/unpreparelayer.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/waitprocess.go → vendor/src/github.com/Microsoft/hcsshim/waitprocess.go


+ 0 - 0
vendor/src/github.com/microsoft/hcsshim/zhcsshim.go → vendor/src/github.com/Microsoft/hcsshim/zhcsshim.go