diff options
Diffstat (limited to 'internal/discovery.go')
| -rw-r--r-- | internal/discovery.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/discovery.go b/internal/discovery.go index 16e17d0b..88b48c31 100644 --- a/internal/discovery.go +++ b/internal/discovery.go @@ -52,6 +52,8 @@ type ModuleInfo struct { HasGoMod bool SourceInfo *source.Info + // LatestVersion is the latest good version of the module. + LatestVersion string // Deprecated describes whether the module is deprecated. Deprecated bool // DeprecationComment is the comment describing the deprecation, if any. |
