reillywatson / depdiff

List dependencies that have changed between two commits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

List dependencies that have changed between two commits


Languages

Language:Go 100.0%