Skip to content

Commit 31c8bc0

Browse files
committed
replace image_id with node_module_variables field
1 parent 24ee4bc commit 31c8bc0

File tree

4 files changed

+70
-5
lines changed

4 files changed

+70
-5
lines changed

go.mod

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ replace (
141141

142142
require (
143143
al.essio.dev/pkg/shellescape v1.6.0
144+
github.com/harvester/harvester v1.5.0
145+
github.com/matoous/go-nanoid/v2 v2.1.0
146+
github.com/minio/pkg v1.7.5
144147
github.com/rancher/rancher/pkg/apis v0.0.0
145148
github.com/rancher/shepherd v0.0.0-20250411212007-f3f2fd268849
146149
github.com/rancher/tests/actions v0.0.0-20250506230455-d7ac386292e9
@@ -152,10 +155,12 @@ require (
152155
k8s.io/api v0.32.2
153156
k8s.io/apimachinery v0.32.2
154157
k8s.io/client-go v12.0.0+incompatible
158+
kubevirt.io/api v1.4.0
155159
)
156160

157161
require (
158162
dario.cat/mergo v1.0.1 // indirect
163+
emperror.dev/errors v0.8.1 // indirect
159164
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
160165
github.com/MakeNowJust/heredoc v1.0.0 // indirect
161166
github.com/Masterminds/goutils v1.1.1 // indirect
@@ -170,6 +175,7 @@ require (
170175
github.com/blang/semver/v4 v4.0.0 // indirect
171176
github.com/cespare/xxhash/v2 v2.3.0 // indirect
172177
github.com/chai2010/gettext-go v1.0.2 // indirect
178+
github.com/cisco-open/operator-tools v0.34.0 // indirect
173179
github.com/containerd/cgroups/v3 v3.0.2 // indirect
174180
github.com/containerd/containerd v1.7.24 // indirect
175181
github.com/containerd/errdefs v0.3.0 // indirect
@@ -184,8 +190,10 @@ require (
184190
github.com/docker/go-units v0.5.0 // indirect
185191
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
186192
github.com/evanphx/json-patch v5.9.11+incompatible // indirect
193+
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
187194
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
188195
github.com/fatih/camelcase v1.0.0 // indirect
196+
github.com/fsnotify/fsnotify v1.8.0 // indirect
189197
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
190198
github.com/ghodss/yaml v1.0.0 // indirect
191199
github.com/go-errors/errors v1.4.2 // indirect
@@ -205,15 +213,21 @@ require (
205213
github.com/google/uuid v1.6.0 // indirect
206214
github.com/gorilla/websocket v1.5.3 // indirect
207215
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
208-
github.com/harvester/harvester v1.5.0 // indirect
216+
github.com/harvester/harvester-network-controller v0.3.1 // indirect
209217
github.com/huandu/xstrings v1.5.0 // indirect
218+
github.com/iancoleman/orderedmap v0.3.0 // indirect
210219
github.com/inconshreveable/mousetrap v1.1.0 // indirect
211220
github.com/jmespath/go-jmespath v0.4.0 // indirect
212221
github.com/josharian/intern v1.0.0 // indirect
213222
github.com/json-iterator/go v1.1.12 // indirect
223+
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.0 // indirect
224+
github.com/k8snetworkplumbingwg/whereabouts v0.8.0 // indirect
214225
github.com/klauspost/compress v1.17.11 // indirect
215226
github.com/kr/fs v0.1.0 // indirect
227+
github.com/kube-logging/logging-operator/pkg/sdk v0.11.1-0.20240314152935-421fefebc813 // indirect
228+
github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0 // indirect
216229
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
230+
github.com/longhorn/longhorn-manager v1.8.1 // indirect
217231
github.com/mailru/easyjson v0.9.0 // indirect
218232
github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2 // indirect
219233
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -273,13 +287,15 @@ require (
273287
go.uber.org/multierr v1.11.0 // indirect
274288
go.uber.org/zap v1.27.0 // indirect
275289
golang.org/x/crypto v0.35.0 // indirect
290+
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
276291
golang.org/x/net v0.36.0 // indirect
277292
golang.org/x/oauth2 v0.26.0 // indirect
278293
golang.org/x/sync v0.11.0 // indirect
279294
golang.org/x/sys v0.30.0 // indirect
280295
golang.org/x/term v0.29.0 // indirect
281296
golang.org/x/text v0.22.0 // indirect
282297
golang.org/x/time v0.10.0 // indirect
298+
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
283299
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
284300
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
285301
google.golang.org/grpc v1.70.0 // indirect
@@ -298,11 +314,11 @@ require (
298314
k8s.io/kubernetes v1.32.2 // indirect
299315
k8s.io/pod-security-admission v0.32.2 // indirect
300316
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
301-
kubevirt.io/api v1.4.0 // indirect
302317
kubevirt.io/containerized-data-importer-api v1.61.0 // indirect
303318
kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90 // indirect
304319
sigs.k8s.io/cli-utils v0.37.2 // indirect
305320
sigs.k8s.io/cluster-api v1.9.5 // indirect
321+
sigs.k8s.io/controller-runtime v0.19.6 // indirect
306322
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
307323
sigs.k8s.io/kustomize/api v0.18.0 // indirect
308324
sigs.k8s.io/kustomize/kyaml v0.18.1 // indirect

0 commit comments

Comments
 (0)