Skip to content

Commit 9a84716

Browse files
authored
chore: update hcsshim for NPM (#961)
* rev to v0.8.22
1 parent 32d0e12 commit 9a84716

File tree

240 files changed

+6729
-2516
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

240 files changed

+6729
-2516
lines changed

go.mod

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ go 1.16
55
require (
66
code.cloudfoundry.org/clock v1.0.0 // indirect
77
github.com/Masterminds/semver v1.5.0
8-
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5
9-
github.com/Microsoft/hcsshim v0.8.10-0.20200506181021-222e9efadbe0
8+
github.com/Microsoft/go-winio v0.4.17
9+
github.com/Microsoft/hcsshim v0.8.18
1010
github.com/billgraziano/dpapi v0.3.0
11-
github.com/containernetworking/cni v0.7.0-rc2
12-
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0 // indirect
11+
github.com/containernetworking/cni v0.8.1
12+
github.com/docker/docker v20.10.8+incompatible // indirect
1313
github.com/docker/go-connections v0.4.0 // indirect
1414
github.com/docker/libnetwork v0.8.0-dev.2.0.20210525090646-64b7a4574d14
1515
github.com/golang/mock v1.5.0
1616
github.com/golang/protobuf v1.5.2
1717
github.com/google/go-cmp v0.5.5
18-
github.com/google/uuid v1.1.2
18+
github.com/google/uuid v1.2.0
1919
github.com/gorilla/mux v1.8.0
2020
github.com/hashicorp/go-version v1.3.0
2121
github.com/ishidawataru/sctp v0.0.0-20210226210310-f2269e66cdee // indirect
@@ -30,7 +30,6 @@ require (
3030
github.com/spf13/pflag v1.0.5
3131
github.com/spf13/viper v1.8.1
3232
github.com/stretchr/testify v1.7.0
33-
github.com/vishvananda/netlink v1.1.0 // indirect
3433
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
3534
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
3635
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
@@ -48,6 +47,8 @@ require (
4847
)
4948

5049
replace (
50+
github.com/Microsoft/go-winio => github.com/microsoft/go-winio v0.4.17
51+
github.com/Microsoft/hcsshim => github.com/microsoft/hcsshim v0.8.22
5152
github.com/onsi/ginkgo => github.com/onsi/ginkgo v1.12.0
5253
github.com/onsi/gomega => github.com/onsi/gomega v1.10.0
5354
)

go.sum

Lines changed: 333 additions & 24 deletions
Large diffs are not rendered by default.

vendor/github.com/Microsoft/go-winio/CODEOWNERS

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

vendor/github.com/Microsoft/go-winio/fileinfo.go

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

vendor/github.com/Microsoft/go-winio/go.mod

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

vendor/github.com/Microsoft/go-winio/go.sum

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

vendor/github.com/Microsoft/go-winio/hvsock.go

Lines changed: 2 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/go-winio/pipe.go

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

vendor/github.com/Microsoft/go-winio/pkg/guid/guid.go

Lines changed: 2 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/go-winio/pkg/security/grantvmgroupaccess.go

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

0 commit comments

Comments
 (0)