Feature Request: gomod support for deprecated modules #27478
Labels
datasource:go
priority-3-medium
Default priority, "should be done" but isn't prioritised ahead of others
type:feature
Feature (new functionality)
Discussed in #27474
The
go.mod
file has a configuration syntax for declaring a package as deprecated. Thego
datasource should ideally check for this and mark the package as deprecated if so (similar to how we do for npm packages).The text was updated successfully, but these errors were encountered: