As part of a build process, I would like to git clone
Go dependencies manually so I can specify --depth 1
, among other things.
Is there a way for go get
(or a similar tool) to output a list of Git dependencies for a Go project but not actually fetch them?