[go-nuts] Re: Possible dep issue: package revision in Gopkg.lock doesn't match constraint in Gopkg.toml

2017-11-02 Thread Justin Lovero
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

[go-nuts] Possible dep issue: package revision in Gopkg.lock doesn't match constraint in Gopkg.toml

2017-11-01 Thread Justin Lovero
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