You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/07/07 19:27:43 UTC

[GitHub] ccollins476ad opened a new pull request #190: Convert from godep to dep for vendoring

ccollins476ad opened a new pull request #190: Convert from godep to dep for vendoring
URL: https://github.com/apache/mynewt-newt/pull/190
 
 
   This PR switches the newt repo over to the official `dep` vendor tool.  This repo was previously using the old `godep` tool.
   
   Aside from being "official" and better maintained, `dep` has a few advantages over `godep`:
   * The `vendor` directory is a top-level directory, not a subdirectory of `newt/newt`.  This means that `newt`, `util`, `viper`, and all other Go projects in this repo can share the same vendor directory.  It also means that each Go project doesn't need to store a second copy of its sibling projects in its `vendor` directory.
   
   * Bug fix: OS-specific vendored packages are allowed.  With Godep, these caused `go get` to abort with an error when run on a different OS.

----------------------------------------------------------------
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