Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 716 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 716 Bytes

godep-check

godep-check helps you to understand how your Godeps.json file is in sync with your $GOPATH!

Just run godep-check in a repo with a Godeps folder or with a Godeps.json file and it will print out how much the repos in your $GOPATH are in sync telling you if

  • you are in sync
  • you have a (probably) old version
  • you have a newer version (and how much new)
  • your work tree is dirty!

terminal-img

Run it with the verbose option -v to check additional details:

terminal-img-verbose