Thanks, Dave! Using [[override]] fixed the problem
[[override]]
name = "github.com/ugorji/go"
revision = "ded73eae5db7e7a0ef6f55aace87a2873c5d2b74"
That's all I needed.
*dep* seems to have problems resolving the correct transitive dependency
versions at the moment. Hope they get that fixed
Hi everyone,
I'm migrating a project from *glide* to *dep* and I'm running into an issue
with *dep* pulling down the wrong revision of a dependency.
I've got the following constraint set in my Gopkg.lock file:
[[constraint]]
name = "github.com/ugorji/go"
revision = "ded73eae5db7e7a0ef6f55aa