gopack
gopack copied to clipboard
Dependency management for go inspired by rebar
It doesn't seem possible to specify the required version or commit of a package that _an included package_ references. For example, github.com/gorilla/mux imports github.com/gorilla/context but adding a `[deps.context]` section to...
In 1.5 the go command will read the environment variable GO15VENDOREXPERIMENT. If enabled, it will use the local "/vendor/" folder for dependencies. This replaces the need to manage GOPATH variables...
proper packages for Debian/Ubuntu and a Homebrew formula would be super nice. But even a ``` curl https://github.com/d2fn/gopack/some/path | sh ``` would be good enough to start with.
I'm trying to run `gp version` on Windows, in a repo that has a valid `gopack.config` that works on OS X, and I'm getting this error: ``` ←[104m/// g o...
We try to introduce `gopack` in https://github.com/jingweno/gh/pull/178. The gopack result doesn't display well with dark terminal background. I'm using [iterm2 solarized theme](https://github.com/altercation/solarized/tree/master/iterm2-colors-solarized): 
I need to write up some notes for 0.2 and cut a release
- [ ] total number of remote imports - [ ] total number of std imports - [ ] count of how many times each remote import appears - [...
I went to a talk about good practices for web services in go at Strange Loop and the speaker recommended git submodules over any other dependency management alternatives, which made...
When pointing at a dependency that also uses gopack, pull in its dependencies and point them at the correct branch/tag