Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vendor change jhowardmsft/opengcs to Microsoft/opengcs #34450

Merged
merged 2 commits into from Aug 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion daemon/graphdriver/lcow/lcow.go
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion daemon/start_windows.go
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion libcontainerd/client_windows.go
Expand Up @@ -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"
)
Expand Down
2 changes: 1 addition & 1 deletion libcontainerd/types_windows.go
Expand Up @@ -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"
)

Expand Down
2 changes: 1 addition & 1 deletion vendor.conf
Expand Up @@ -8,7 +8,7 @@ github.com/docker/libtrust 9cbd2a1374f46905c68a4eb3694a130610adc62a
github.com/go-check/check 4ed411733c5785b40214c70bce814c3a3a689609 https://github.com/cpuguy83/check.git
github.com/gorilla/context v1.1
github.com/gorilla/mux v1.1
github.com/jhowardmsft/opengcs v0.0.12
github.com/Microsoft/opengcs v0.3.2
github.com/kr/pty 5cf931ef8f
github.com/mattn/go-shellwords v1.0.3
github.com/sirupsen/logrus v1.0.1
Expand Down
21 changes: 21 additions & 0 deletions vendor/github.com/Microsoft/opengcs/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions vendor/github.com/Microsoft/opengcs/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 0 additions & 21 deletions vendor/github.com/jhowardmsft/opengcs/LICENSE

This file was deleted.