You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/22 23:09:02 UTC

[GitHub] DomT4 opened a new pull request #363: vendor: update with govendor fetch +missing

DomT4 opened a new pull request #363: vendor: update with govendor fetch +missing
URL: https://github.com/apache/incubator-openwhisk-cli/pull/363
 
 
   Previously `govendor sync` would result in a failed build due to hitting this issue: https://github.com/fatih/color/issues/62.
   
   ```
   ==> govendor sync
   ==> go build -o /usr/local/Cellar/wsk/0.9.0-incubating/bin/wsk
   # github.com/apache/incubator-openwhisk-cli/vendor/github.com/fatih/color
   vendor/github.com/fatih/color/color.go:21:43: undefined: isatty.IsCygwinTerminal
   ```
   
   My knowledge of `govendor` isn't wildly comprehensive but as far as I'm aware `govendor fetch +missing` is a pretty standard way of initialising things upstream so packagers/users only ever need to run `govendor sync`.
   
   Ref: https://github.com/apache/incubator-openwhisk-cli/pull/362

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services