Skip to content

Commit

Permalink
Merge pull request #1500 from kubernetes-sigs/fix-endpointslice-dep
Browse files Browse the repository at this point in the history
cleanup: fix k8s.io/endpointslice dependency
  • Loading branch information
andyzhangx authored Oct 14, 2023
2 parents dcce5e2 + 3890c4f commit e267e63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,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
4 changes: 1 addition & 3 deletions hack/verify-gomod.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,4 @@ if [[ -n "${diff}" ]]; then
fi
echo "Done"

# disable now due to error:
# server response: not found: k8s.io/[email protected]: invalid version: unknown revision v0.0.0
#go list -mod readonly -m all
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 @@ -1626,6 +1626,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 e267e63

Please sign in to comment.