We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd00f4f commit 5742433Copy full SHA for 5742433
README.md
@@ -105,7 +105,7 @@ alias gmodu="go list -u -m -json all | go-mod-outdated -direct -update"
105
106
## Invalid timestamps
107
108
-There is case where the updated version reported by the go list command is actually older than the current one.
+There is a case where the updated version reported by the go list command is actually older than the current one.
109
110
go-mod-outdated output includes a column named **VALID TIMESTAMP** which will give an indication when this case happens,
111
helping application maintainers to avoid upgrading to a version that will break their application.
0 commit comments