From b9168879f32fe35ae94f7ed27ffd347f101c3ba4 Mon Sep 17 00:00:00 2001 From: John Howard Date: Tue, 8 Aug 2017 14:21:56 -0700 Subject: [PATCH] jhoward/opengcs --> Microsoft/opengcs Signed-off-by: John Howard Upstream-commit: ee0587a45d94443271c695a0d407514fd36f7fa4 Component: engine --- components/engine/daemon/graphdriver/lcow/lcow.go | 2 +- components/engine/daemon/start_windows.go | 2 +- components/engine/libcontainerd/client_windows.go | 2 +- components/engine/libcontainerd/types_windows.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/engine/daemon/graphdriver/lcow/lcow.go b/components/engine/daemon/graphdriver/lcow/lcow.go index b505068767..86beb3d5f0 100644 --- a/components/engine/daemon/graphdriver/lcow/lcow.go +++ b/components/engine/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" ) diff --git a/components/engine/daemon/start_windows.go b/components/engine/daemon/start_windows.go index fe8fc0e5f3..098380d00b 100644 --- a/components/engine/daemon/start_windows.go +++ b/components/engine/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" ) diff --git a/components/engine/libcontainerd/client_windows.go b/components/engine/libcontainerd/client_windows.go index 3c17803615..db84061254 100644 --- a/components/engine/libcontainerd/client_windows.go +++ b/components/engine/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" ) diff --git a/components/engine/libcontainerd/types_windows.go b/components/engine/libcontainerd/types_windows.go index 817a332145..1ffe0f40aa 100644 --- a/components/engine/libcontainerd/types_windows.go +++ b/components/engine/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" )