Skip to content

Commit 74a67b3

Browse files
authored
fix: Changed the SetPolicySetting struct value to correct name in Windows NPM (#2386)
Created a new PR in non forked ACN repoo that changed the setPolicy struct PolicyType to Type in Windows NPM.
1 parent 44e5f37 commit 74a67b3

File tree

6 files changed

+49
-616
lines changed

6 files changed

+49
-616
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,21 +133,18 @@ require (
133133
)
134134

135135
require (
136-
gotest.tools/v3 v3.4.0
136+
gotest.tools/v3 v3.5.0
137137
sigs.k8s.io/yaml v1.3.0
138138
)
139139

140140
require (
141-
github.com/elazarl/goproxy v0.0.0-20231031074852-3ec07828be7a // indirect
141+
github.com/containerd/containerd v1.6.23 // indirect
142142
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
143-
github.com/felixge/httpsnoop v1.0.3 // indirect
144-
github.com/gorilla/handlers v1.5.2 // indirect
145143
github.com/rootless-containers/rootlesskit v1.1.1 // indirect
146144
)
147145

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

0 commit comments

Comments
 (0)