gopack icon indicating copy to clipboard operation
gopack copied to clipboard

Dependency management for go inspired by rebar

Results 10 gopack issues
Sort by recently updated
recently updated
newest added

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): ![screen shot 2014-01-12 at 7 11 45 am](https://f.cloud.github.com/assets/169064/1896399/1a619d9e-7b9c-11e3-9128-ec28f9e9719a.png)

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