Skip to content

Commit

Permalink
Merge pull request #2167 from andyzhangx/fix-endpointslice-dep-1.29
Browse files Browse the repository at this point in the history
cleanup: fix k8s.io/endpointslice dependency
  • Loading branch information
andyzhangx authored Jan 24, 2024
2 parents b1078dc + 2b866b7 commit 7d7b6cb
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 @@ -167,6 +167,7 @@ replace (
k8s.io/cri-api => k8s.io/cri-api v0.28.4
k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.28.4
k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.28.4
k8s.io/endpointslice => k8s.io/endpointslice v0.28.4
k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.28.4
k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.28.4
k8s.io/kube-proxy => k8s.io/kube-proxy v0.28.4
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 @@ -1560,6 +1560,7 @@ sigs.k8s.io/yaml/goyaml.v2
# k8s.io/cri-api => k8s.io/cri-api v0.28.4
# k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.28.4
# k8s.io/dynamic-resource-allocation => k8s.io/dynamic-resource-allocation v0.28.4
# k8s.io/endpointslice => k8s.io/endpointslice v0.28.4
# k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.28.4
# k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.28.4
# k8s.io/kube-proxy => k8s.io/kube-proxy v0.28.4
Expand Down

0 comments on commit 7d7b6cb

Please sign in to comment.