-
Notifications
You must be signed in to change notification settings - Fork 1.2k
✨ Trim Gopkg.toml #353
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
✨ Trim Gopkg.toml #353
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DirectXMan12 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 |
lgtm'd it, but needs a rebase. |
9c886d2
to
428cc86
Compare
New changes are detected. LGTM label has been removed. |
This removes the "required" markings from Gopkg.toml, pins logr and zapr at specific versions, and prunes non-go. This should start to reduce our dependency list.
This removes v from Gopkg.toml version fields (while not technically incorrect, it's also not correct according to dep documentation).
428cc86
to
610e845
Compare
Since we have moved to Go modules, it is probably safe to close this one now. |
This fixes some issues in our Gopkg.toml (ghodss/yaml --> sigs.k8s.io/yaml, normalizing 'v' vs no 'v' in version strings), sets more aggressive pruning, and removes the "required" marks, which should cut down on dependency bloat in CR.