<div dir="ltr">We have a few windows dependencies that are not (and in some cases can not be) imported for the linux build.  Luckily, the windows dependencies are a strict super set of the linux dependencies, so we can still use godeps to create dependencies.tsv, just by setting GOOS first, thusly (from the root of <a href="http://github.com/juju/juju">github.com/juju/juju</a>):<div><br></div><div>GOOS=windows godeps -t ./... > dependencies.tsv</div><div><br></div><div>Please use this command line when updating dependencies.tsv so that is keeps a standard format which will minimize conflicts in the file.</div><div><br></div><div>-Nate</div></div>