denouche/Golang Outdated
Check if your go mod dependencies are up to date
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ignore | A multiline string with list of dependencies to ignore. | no | — |
Outputs
| name | description |
|---|---|
| is-up-to-date | true if all the direct dependencies are up to date, false otherwise. |
| outdated | The list of outdated dependencies |