You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: