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

Higher-level functionality for tracking dependencies of your modules. #14

Open
mjl- opened this issue Feb 25, 2024 · 0 comments
Open

Higher-level functionality for tracking dependencies of your modules. #14

mjl- opened this issue Feb 25, 2024 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mjl-
Copy link
Owner

mjl- commented Feb 25, 2024

At the moment you can register a list of modules (e.g. your dependencies) to track.
We should make it more user-friendly to track updates to dependencies of your own Go modules.
We could let you register those modules, after which we will fetch the go.mod file from the Go proxy (verifying its sum of course), then start monitoring all its dependencies. Once you publish a new version of your module, possibly with new/different dependencies, we'll adjust our subscriptions, so we'll automatically follow your dependencies. We could also add some UI and DB storage where you can indicate you've seen an update but don't consider updating needed.

@mjl- mjl- added enhancement New feature or request help wanted Extra attention is needed labels Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant