Skip to content

Commit

Permalink
fix(dep): not found transitive dependencies in go.mod (#3302)
Browse files Browse the repository at this point in the history
Signed-off-by: davidko <[email protected]>
  • Loading branch information
innobead authored Dec 3, 2024
1 parent 2d5d202 commit 3c44bf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ replace (
k8s.io/component-helpers => k8s.io/component-helpers v0.31.3
k8s.io/controller-manager => k8s.io/controller-manager v0.31.3
k8s.io/cri-api => k8s.io/cri-api v0.31.3
k8s.io/cri-client => k8s.io/cri-client v0.31.3
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.31.3
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.31.3
k8s.io/endpointslice => k8s.io/endpointslice v0.31.3
k8s.io/kms => k8s.io/kms v0.31.3
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.31.3
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.31.3
Expand Down
2 changes: 2 additions & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1629,8 +1629,10 @@ sigs.k8s.io/yaml/goyaml.v2
# k8s.io/component-helpers => k8s.io/component-helpers v0.31.3
# k8s.io/controller-manager => k8s.io/controller-manager v0.31.3
# k8s.io/cri-api => k8s.io/cri-api v0.31.3
# k8s.io/cri-client => k8s.io/cri-client v0.31.3
# k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.31.3
# k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.31.3
# k8s.io/endpointslice => k8s.io/endpointslice v0.31.3
# k8s.io/kms => k8s.io/kms v0.31.3
# k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.31.3
# k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.31.3
Expand Down

0 comments on commit 3c44bf9

Please sign in to comment.