Documentation ¶
Overview ¶
Diffmod identifies differences in the dependencies implied by each of a set of go.mod files.
Usage:
diffmod go.mod other/go.mod ...
If the version of any dependency used by one go.mod file is different from the version used by another go.mod file (ignoring those that don't use the dependency at all), then diffmod prints a stanza of the form:
module/path go.mod: version used in go.mod other/go.mod: version used in other/go.mod ...
Diffmod prints one stanza for each dependency that differs across the set of go.mod files.
Click to show internal directories.
Click to hide internal directories.