1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

jhoward/opengcs --> Microsoft/opengcs

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2017-08-08 14:21:56 -07:00
parent cbbc28341c
commit ee0587a45d
4 changed files with 4 additions and 4 deletions

View file

@ -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"
) )

View file

@ -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"
) )

View file

@ -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"
) )

View file

@ -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"
) )