command
module
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Jul 9, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
HasUpdates.exe
A command-line executable that lists the direct modules with updates and how signifant the update is.
Installing
go install github.com/billgraziano/hasupdates
Features
hasupdates.exe
will
- Identify any direct modules that need to be updated.
- Major changes are listed in red. Note:
go list
doesn't list most major changes. But if a change looks major, it is in red.
- Minor changes are listed in yellow.
- No changes are listed in green (and hiddent by default).
- The
-v
flag will display modules that are current.
Under the Hood
- Run
go list -json -u -m all
and capture the output
- Parse into the
Module
struct from the go list
documentation
- Format the output
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.