Ver código fonte

jhoward/opengcs --> Microsoft/opengcs

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 8 anos atrás
pai
commit
ee0587a45d

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

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

+ 1 - 1
daemon/start_windows.go

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

+ 1 - 1
libcontainerd/client_windows.go

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

+ 1 - 1
libcontainerd/types_windows.go

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