Skip to content

Commit

Permalink
rebase: add k8s.io/cri-client to go.mod
Browse files Browse the repository at this point in the history
adding k8s.io/cri-client to the replace
section in the go.mod to fix below problem

```
running: go list -mod=readonly -m all
go: k8s.io/cri-client@v0.0.0:
invalid version: unknown revision v0.0.0
```

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
  • Loading branch information
Madhu-1 committed Aug 19, 2024
1 parent c3cf15e commit 8c3f8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ replace (
k8s.io/component-helpers => k8s.io/component-helpers v0.31.0
k8s.io/controller-manager => k8s.io/controller-manager v0.31.0
k8s.io/cri-api => k8s.io/cri-api v0.31.0
k8s.io/cri-client => k8s.io/cri-client v0.31.0
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.31.0
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.31.0
k8s.io/endpointslice => k8s.io/endpointslice v0.31.0
Expand Down
1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,7 @@ sigs.k8s.io/yaml/goyaml.v2
# k8s.io/component-helpers => k8s.io/component-helpers v0.31.0
# k8s.io/controller-manager => k8s.io/controller-manager v0.31.0
# k8s.io/cri-api => k8s.io/cri-api v0.31.0
# k8s.io/cri-client => k8s.io/cri-client v0.31.0
# k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.31.0
# k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.31.0
# k8s.io/endpointslice => k8s.io/endpointslice v0.31.0
Expand Down

0 comments on commit 8c3f8a1

Please sign in to comment.