Skip to content
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

Check for go.mod files in subdirectories #39

Merged
merged 1 commit into from
Dec 9, 2024
Merged

Conversation

sfowl
Copy link
Collaborator

@sfowl sfowl commented Oct 18, 2024

This changes deplist's behaviour so that all go.mod files in the entire source tree are found and inspected (excluding some paths like "vendor", "test" etc), not just the one found at the top-level. Found dependencies are then de-duplicated before printed to stdout.

  • Also bumps from go 1.19 to 1.21
  • Resolves some linting errors, e.g. deprecated functions

@sfowl sfowl merged commit deac06f into main Dec 9, 2024
1 check passed
@sfowl sfowl deleted the go-mod-in-subdirs branch December 9, 2024 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant