openyurtio / openyurt

OpenYurt - Extending your native Kubernetes to edge(project under CNCF)
https://openyurt.io
Apache License 2.0
1.68k stars 388 forks source link

updates the go.mod for k8s.io/endpointslice and k8s.io/dynamic-resource-allocation #2061

Closed zyjhtangtang closed 1 month ago

zyjhtangtang commented 1 month ago

…ce-allocation.

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line: /kind bug

What this PR does / why we need it:

To address the issue of: go: k8s.io/dynamic-resource-allocation@v0.0.0: invalid version: unknown revision v0.0.0 go: k8s.io/endpointslice@v0.0.0: invalid version: unknown revision v0.0.0

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?