diffmod

command
v0.0.0-...-ded6a28 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2024 License: BSD-3-Clause Imports: 10 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL