On Thu, 20 Jul 2017 03:08:58 -0700 (PDT) "'Florian Uekermann' via golang-nuts" <golang-nuts@googlegroups.com> wrote:
> The go tool does not provide a way to update > dependencies of packages that are not go get-able. Yes it is. Go tooling is based on and has a convention to follow. Hence there is no support for "place pieces at will" scenarios. Once you broke away from go convention you're pretty much on your own. Eg. you may consider a makefile with something like "updatedeps" target or you may vendor your dependencies at some mirror place. Note, that go tooling does *not* allow symlinks! I'd suggest keeping to go tool expectations though. Third party pm-s and home baked scripts will not survive enough long to be on pair with evolving genuine tool. > > Thanks, > Florian Hope this helps, -- Wojciech S. Czarnecki << ^oo^ >> OHIR-RIPE -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.