浏览代码

jhoward/opengcs --> Microsoft/opengcs

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 8 年之前
父节点
当前提交
ee0587a45d
共有 4 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      daemon/graphdriver/lcow/lcow.go
  2. 1 1
      daemon/start_windows.go
  3. 1 1
      libcontainerd/client_windows.go
  4. 1 1
      libcontainerd/types_windows.go

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

@@ -68,12 +68,12 @@ import (
 	"time"
 	"time"
 
 
 	"github.com/Microsoft/hcsshim"
 	"github.com/Microsoft/hcsshim"
+	"github.com/Microsoft/opengcs/client"
 	"github.com/docker/docker/daemon/graphdriver"
 	"github.com/docker/docker/daemon/graphdriver"
 	"github.com/docker/docker/pkg/archive"
 	"github.com/docker/docker/pkg/archive"
 	"github.com/docker/docker/pkg/idtools"
 	"github.com/docker/docker/pkg/idtools"
 	"github.com/docker/docker/pkg/ioutils"
 	"github.com/docker/docker/pkg/ioutils"
 	"github.com/docker/docker/pkg/system"
 	"github.com/docker/docker/pkg/system"
-	"github.com/jhowardmsft/opengcs/gogcs/client"
 	"github.com/sirupsen/logrus"
 	"github.com/sirupsen/logrus"
 )
 )
 
 

+ 1 - 1
daemon/start_windows.go

@@ -6,10 +6,10 @@ import (
 	"path/filepath"
 	"path/filepath"
 	"strings"
 	"strings"
 
 
+	"github.com/Microsoft/opengcs/client"
 	"github.com/docker/docker/container"
 	"github.com/docker/docker/container"
 	"github.com/docker/docker/layer"
 	"github.com/docker/docker/layer"
 	"github.com/docker/docker/libcontainerd"
 	"github.com/docker/docker/libcontainerd"
-	"github.com/jhowardmsft/opengcs/gogcs/client"
 	"golang.org/x/sys/windows/registry"
 	"golang.org/x/sys/windows/registry"
 )
 )
 
 

+ 1 - 1
libcontainerd/client_windows.go

@@ -15,9 +15,9 @@ import (
 	"golang.org/x/net/context"
 	"golang.org/x/net/context"
 
 
 	"github.com/Microsoft/hcsshim"
 	"github.com/Microsoft/hcsshim"
+	opengcs "github.com/Microsoft/opengcs/client"
 	"github.com/docker/docker/pkg/sysinfo"
 	"github.com/docker/docker/pkg/sysinfo"
 	"github.com/docker/docker/pkg/system"
 	"github.com/docker/docker/pkg/system"
-	opengcs "github.com/jhowardmsft/opengcs/gogcs/client"
 	specs "github.com/opencontainers/runtime-spec/specs-go"
 	specs "github.com/opencontainers/runtime-spec/specs-go"
 	"github.com/sirupsen/logrus"
 	"github.com/sirupsen/logrus"
 )
 )

+ 1 - 1
libcontainerd/types_windows.go

@@ -2,7 +2,7 @@ package libcontainerd
 
 
 import (
 import (
 	"github.com/Microsoft/hcsshim"
 	"github.com/Microsoft/hcsshim"
-	opengcs "github.com/jhowardmsft/opengcs/gogcs/client"
+	opengcs "github.com/Microsoft/opengcs/client"
 	"github.com/opencontainers/runtime-spec/specs-go"
 	"github.com/opencontainers/runtime-spec/specs-go"
 )
 )