beware using godeps to generate dependencies.tsv

2014-07-25 Thread Nate Finch
With the recent addition of npipe (a windows named pipe package), godeps can no longer be relied upon to report the full list of dependencies for juju. Godeps is currently platform-specific, so it'll generate the dependencies for the current platform, but it won't generate dependencies included

Re: beware using godeps to generate dependencies.tsv

2014-07-25 Thread roger peppe
Note that there is an easy temporary workaround for this: change npipe so it will compile under other platforms (it could just return an error on non-Windows platforms) and make sure that it is imported anyway. I suggest doing that until godeps is changed to be cleverer in this respect. On 25 Jul