Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 31582d0

Browse files
Merge pull request moby#34450 from Microsoft/jjh/opengcsclient
Vendor change jhowardmsft/opengcs to Microsoft/opengcs
2 parents c791138 + 5463c58 commit 31582d0

18 files changed

Lines changed: 46 additions & 27 deletions

File tree

daemon/graphdriver/lcow/lcow.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ import (
6868
"time"
6969

7070
"github.com/Microsoft/hcsshim"
71+
"github.com/Microsoft/opengcs/client"
7172
"github.com/docker/docker/daemon/graphdriver"
7273
"github.com/docker/docker/pkg/archive"
7374
"github.com/docker/docker/pkg/idtools"
7475
"github.com/docker/docker/pkg/ioutils"
7576
"github.com/docker/docker/pkg/system"
76-
"github.com/jhowardmsft/opengcs/gogcs/client"
7777
"github.com/sirupsen/logrus"
7878
)
7979

daemon/start_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import (
66
"path/filepath"
77
"strings"
88

9+
"github.com/Microsoft/opengcs/client"
910
"github.com/docker/docker/container"
1011
"github.com/docker/docker/layer"
1112
"github.com/docker/docker/libcontainerd"
12-
"github.com/jhowardmsft/opengcs/gogcs/client"
1313
"golang.org/x/sys/windows/registry"
1414
)
1515

libcontainerd/client_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import (
1515
"golang.org/x/net/context"
1616

1717
"github.com/Microsoft/hcsshim"
18+
opengcs "github.com/Microsoft/opengcs/client"
1819
"github.com/docker/docker/pkg/sysinfo"
1920
"github.com/docker/docker/pkg/system"
20-
opengcs "github.com/jhowardmsft/opengcs/gogcs/client"
2121
specs "github.com/opencontainers/runtime-spec/specs-go"
2222
"github.com/sirupsen/logrus"
2323
)

libcontainerd/types_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package libcontainerd
22

33
import (
44
"github.com/Microsoft/hcsshim"
5-
opengcs "github.com/jhowardmsft/opengcs/gogcs/client"
5+
opengcs "github.com/Microsoft/opengcs/client"
66
"github.com/opencontainers/runtime-spec/specs-go"
77
)
88

vendor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ github.com/docker/libtrust 9cbd2a1374f46905c68a4eb3694a130610adc62a
88
github.com/go-check/check 4ed411733c5785b40214c70bce814c3a3a689609 https://github.com/cpuguy83/check.git
99
github.com/gorilla/context v1.1
1010
github.com/gorilla/mux v1.1
11-
github.com/jhowardmsft/opengcs v0.0.12
11+
github.com/Microsoft/opengcs v0.3.2
1212
github.com/kr/pty 5cf931ef8f
1313
github.com/mattn/go-shellwords v1.0.3
1414
github.com/sirupsen/logrus v1.0.1

vendor/github.com/Microsoft/opengcs/LICENSE

Lines changed: 21 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/Microsoft/opengcs/README.md

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jhowardmsft/opengcs/gogcs/client/config.go renamed to vendor/github.com/Microsoft/opengcs/client/config.go

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jhowardmsft/opengcs/gogcs/client/createext4vhdx.go renamed to vendor/github.com/Microsoft/opengcs/client/createext4vhdx.go

File renamed without changes.

vendor/github.com/jhowardmsft/opengcs/gogcs/client/hotaddvhd.go renamed to vendor/github.com/Microsoft/opengcs/client/hotaddvhd.go

File renamed without changes.

0 commit comments

Comments
 (0)