Skip to content

Commit d27c13a

Browse files
authored
Add k8s.io/dynamic-resource-allocation to replaced deps (kubernetes#2072)
Looks like we should set v1.26 for that dependency as v0.0.0 won't work. This commit does so.
1 parent c2ec654 commit d27c13a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ replace (
166166
k8s.io/controller-manager => k8s.io/controller-manager v0.26.0
167167
k8s.io/cri-api => k8s.io/cri-api v0.26.0
168168
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.26.0
169+
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.26.0
169170
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.26.0
170171
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.26.0
171172
k8s.io/kube-proxy => k8s.io/kube-proxy v0.26.0

0 commit comments

Comments
 (0)