@@ -7,6 +7,7 @@ require (
7
7
github.com/deckhouse/virtualization/api v0.0.0-20240326113112-979c4f4f17b9
8
8
github.com/google/go-containerregistry v0.20.0
9
9
github.com/gorilla/websocket v1.5.3
10
+ github.com/hashicorp/go-cleanhttp v0.5.2
10
11
github.com/int128/kubelogin v1.28.0
11
12
github.com/pkg/errors v0.9.1
12
13
github.com/povsister/scp v0.0.0-20210427074412-33febfd9f13e
@@ -26,6 +27,7 @@ require (
26
27
golang.org/x/sys v0.24.0
27
28
golang.org/x/term v0.23.0
28
29
golang.org/x/text v0.17.0
30
+ k8s.io/api v0.29.3
29
31
k8s.io/apimachinery v0.29.3
30
32
k8s.io/client-go v0.29.3
31
33
k8s.io/component-base v0.29.3
@@ -96,11 +98,11 @@ require (
96
98
github.com/containerd/typeurl/v2 v2.1.1 // indirect
97
99
github.com/containernetworking/cni v1.2.3 // indirect
98
100
github.com/containernetworking/plugins v1.5.1 // indirect
99
- github.com/containers/buildah v1.35.1 // indirect
101
+ github.com/containers/buildah v1.37.4 // indirect
100
102
github.com/containers/common v0.60.4 // indirect
101
103
github.com/containers/image/v5 v5.32.2 // indirect
102
104
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
103
- github.com/containers/luksy v0.0.0-20240312134643-3d2cf0e19c84 // indirect
105
+ github.com/containers/luksy v0.0.0-20240618143119-a8846e21c08c // indirect
104
106
github.com/containers/ocicrypt v1.2.0 // indirect
105
107
github.com/containers/storage v1.55.0 // indirect
106
108
github.com/coreos/go-oidc/v3 v3.10.0 // indirect
@@ -136,7 +138,7 @@ require (
136
138
github.com/felixge/httpsnoop v1.0.4 // indirect
137
139
github.com/fluxcd/flagger v1.36.1 // indirect
138
140
github.com/fsnotify/fsnotify v1.7.0 // indirect
139
- github.com/fsouza/go-dockerclient v1.10.2 // indirect
141
+ github.com/fsouza/go-dockerclient v1.11.1 // indirect
140
142
github.com/fvbommel/sortorder v1.1.0 // indirect
141
143
github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 // indirect
142
144
github.com/go-errors/errors v1.5.1 // indirect
@@ -179,7 +181,6 @@ require (
179
181
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
180
182
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
181
183
github.com/hashicorp/errwrap v1.1.0 // indirect
182
- github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
183
184
github.com/hashicorp/go-cty-funcs v0.0.0-20230405223818-a090f58aa992 // indirect
184
185
github.com/hashicorp/go-multierror v1.1.1 // indirect
185
186
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -252,7 +253,7 @@ require (
252
253
github.com/opencontainers/selinux v1.11.0 // indirect
253
254
github.com/openshift/api v0.0.0-20230503133300-8bbcb7ca7183 // indirect
254
255
github.com/openshift/custom-resource-status v1.1.2 // indirect
255
- github.com/openshift/imagebuilder v1.2.6 // indirect
256
+ github.com/openshift/imagebuilder v1.2.14 // indirect
256
257
github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f // indirect
257
258
github.com/otiai10/copy v1.14.0 // indirect
258
259
github.com/pelletier/go-toml v1.9.5 // indirect
@@ -350,7 +351,6 @@ require (
350
351
gopkg.in/warnings.v0 v0.1.2 // indirect
351
352
gopkg.in/yaml.v2 v2.4.0 // indirect
352
353
gopkg.in/yaml.v3 v3.0.1 // indirect
353
- k8s.io/api v0.29.3 // indirect
354
354
k8s.io/apiextensions-apiserver v0.29.3 // indirect
355
355
k8s.io/apiserver v0.29.3 // indirect
356
356
k8s.io/cli-runtime v0.29.3 // indirect
@@ -370,6 +370,7 @@ require (
370
370
sigs.k8s.io/kustomize/kyaml v0.16.0 // indirect
371
371
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
372
372
tags.cncf.io/container-device-interface v0.8.0 // indirect
373
+ tags.cncf.io/container-device-interface/specs-go v0.8.0 // indirect
373
374
)
374
375
375
376
replace (
0 commit comments