repositorypackage
0.0.0-20240930155943-96accc878d67
Repository: https://github.com/reillywatson/depdiff.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
depdiff lists the dependencies that have changed between two git revisions of a Go program or package. This might be useful if you're interested in the question "does this thing need to be redeployed?" and you don't have 100% repeatable builds.
Usage: depdiff packageName oldCommit newCommit