Skip to content

Commit

Permalink
cleanup: fix endpointslice dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Oct 13, 2023
1 parent 3e3f68b commit 08f06b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ replace (
k8s.io/cri-api => k8s.io/cri-api v0.28.1
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.28.1
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.28.1
k8s.io/endpointslice => k8s.io/endpointslice v0.28.1
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.28.1
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.28.1
k8s.io/kube-proxy => k8s.io/kube-proxy v0.28.1
Expand Down
2 changes: 2 additions & 0 deletions hack/verify-gomod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ if [[ -n "${diff}" ]]; then
exit 1
fi
echo "Done"

go list -mod readonly -m all
1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1557,6 +1557,7 @@ sigs.k8s.io/yaml
# k8s.io/cri-api => k8s.io/cri-api v0.28.1
# k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.28.1
# k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.28.1
# k8s.io/endpointslice => k8s.io/endpointslice v0.28.1
# k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.28.1
# k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.28.1
# k8s.io/kube-proxy => k8s.io/kube-proxy v0.28.1
Expand Down

0 comments on commit 08f06b7

Please sign in to comment.