[[projects]]
branch = "master"
name = "github.com/ugorji/go"
packages = ["codec"]
revision = "50189f05eaf5a0c17e5084eb8f7fb91e23699840"PROJECT CONSTRAINT VERSION REVISION LATEST PKGS USED
github.com/ugorji/go ded73ea branch master 50189f0 1--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
https://github.com/golang/dep/issues/1231
TLDR, you have to use [[override]] when the package is not directly imported by code in your project.
Protist: github.com/heptio/contour has a working Gopkg.toml, I suggest copying that into your project and running dep ensure
[[override]] name = "github.com/ugorji/go" revision = "ded73eae5db7e7a0ef6f55aace87a2873c5d2b74"