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

fix: Updated hcn to v0.11.4 and changed the setPolicy struct in Windows NPM #2376

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -133,18 +133,18 @@ require (
)

require (
gotest.tools/v3 v3.4.0
gotest.tools/v3 v3.5.0
sigs.k8s.io/yaml v1.3.0
)

require (
github.com/containerd/containerd v1.6.23 // indirect
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
github.com/rootless-containers/rootlesskit v1.1.1 // indirect
)

replace (
github.com/Microsoft/go-winio => github.com/microsoft/go-winio v0.4.17
github.com/Microsoft/hcsshim => github.com/vakalapa/hcsshim v0.9.1-0.20211203205307-837d4d06df77
github.com/onsi/ginkgo => github.com/onsi/ginkgo v1.12.0
github.com/onsi/gomega => github.com/onsi/gomega v1.10.0
)
Loading
Loading