Re: [go-nuts] go mod verify fails for github.com/docker/docker and github.com/hashicorp/go-rootcerts

2019-02-18 Thread andrey mirtchovski
There was a change to how go mod treats softlinks in repositories which changed the hash generated for some packages (we found out the issue via git.apache.org/thrift.git). If the repo contains softlinks and you generated your go.mod file before Go 1.11.3 (Go 1.11.2 still exhibited the bug) then

[go-nuts] go mod verify fails for github.com/docker/docker and github.com/hashicorp/go-rootcerts

2019-02-18 Thread Joseph Lorenzini
Hi all, I've been using go modules since 1.10. I am now on 1.11.5. Go mod verify is now failing since I went to go 1.11. Negative is old, plus is new. -github.com/docker/docker v0.7.3-0.20180827131323-0c5f8d2b9b23 h1:Zl/9mUfPbYbnv895OXx9WfxPjwqSZHohuZzVcjJ5QPQ= +github.com/docker/docker