Skip to content

Commit

Permalink
rebase: pin endpointslice to v0.28.0
Browse files Browse the repository at this point in the history
pin endpointslice to specific version to
fix go mod verify problem
Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 committed Aug 17, 2023
1 parent 6fd5ca9 commit 17c4560
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 @@ -209,6 +209,7 @@ replace (
k8s.io/cri-api => k8s.io/cri-api v0.28.0
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.28.0
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.28.0
k8s.io/endpointslice => k8s.io/endpointslice v0.28.0
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.28.0
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.28.0
k8s.io/kube-proxy => k8s.io/kube-proxy v0.28.0
Expand Down
1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1671,6 +1671,7 @@ sigs.k8s.io/yaml
# k8s.io/cri-api => k8s.io/cri-api v0.28.0
# k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.28.0
# k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.28.0
# k8s.io/endpointslice => k8s.io/endpointslice v0.28.0
# k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.28.0
# k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.28.0
# k8s.io/kube-proxy => k8s.io/kube-proxy v0.28.0
Expand Down

0 comments on commit 17c4560

Please sign in to comment.