summaryrefslogtreecommitdiff
path: root/daemon/start_windows.go
diff options
context:
space:
mode:
authorJohn Howard <jhoward@microsoft.com>2017-08-08 14:21:56 -0700
committerJohn Howard <jhoward@microsoft.com>2017-08-08 14:43:43 -0700
commitee0587a45d94443271c695a0d407514fd36f7fa4 (patch)
treed3d241501747c9b17631bca226e7baeb0b680cec /daemon/start_windows.go
parentcbbc28341ccc3a4597f1d1ce1259d3fbe1b29a6d (diff)
downloaddocker-ee0587a45d94443271c695a0d407514fd36f7fa4.tar.gz
jhoward/opengcs --> Microsoft/opengcs
Signed-off-by: John Howard <jhoward@microsoft.com>
Diffstat (limited to 'daemon/start_windows.go')
-rw-r--r--daemon/start_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/start_windows.go b/daemon/start_windows.go
index fe8fc0e5f3..098380d00b 100644
--- a/daemon/start_windows.go
+++ b/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"
)