-
Notifications
You must be signed in to change notification settings - Fork 41.4k
track gopkg.in/yaml.v3 as an unwanted depdendency #131454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
track gopkg.in/yaml.v3 as an unwanted depdendency #131454
Conversation
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
@@ -77,9 +77,10 @@ | |||
"google.golang.org/api": "cloud dependency", | |||
"google.golang.org/appengine": "cloud dependency", | |||
"google.golang.org/genproto": "refer to #113366", | |||
"gopkg.in/square/go-jose.v2":"obsolete, use gopkg.in/go-jose/go-jose.v2", | |||
"gopkg.in/square/go-jose.v2": "obsolete, use gopkg.in/go-jose/go-jose.v2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was auto formatted by vscode but it's also the only one with the missing space so I didn't try to revert it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅
this repo (which also has yaml.v2) was archived we have a fork of it already in sigs.k8s.io/yaml/goyaml.v3
06691a2
to
0879497
Compare
/approve |
LGTM label has been added. Git tree hash: 1bcb373dd5ec425190f62632882e56d24d5ead34
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, dims The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
The repo for gopkg.in/yaml.v3 (which also has yaml.v2) was archived.
x-ref #120276, https://github.com/go-yaml/yaml
We have a fork of it already in sigs.k8s.io/yaml/goyaml.v3
Start tracking as an unwanted dependency (we were already tracking gopkg.in/yaml.v2)
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
/sig architecture
/area code-organization