Closed countingtoten closed 2 years ago
Thank for reporting this, and I'm seeing the same in a clean environment.
It looks like we no longer depend directly on this, and in Go 1.17+, this seems to vendor cleanly.
However, there were some similar, related vendoring issues with go get
that were still present, so I cleaned those up in https://github.com/hashicorp/vault/pull/15093 (and updated go-client-mongodb-atlas
too :)
Thanks for the report!
Describe the bug A package github.com/mwielbut/pointy was renamed to github.com/openlyinc/pointy and is causing vendoring issues. github.com/mwielbut/pointy is a dependency of github.com/mongodb/go-client-mongodb-atlas. Updating to the latest version of mongodb/go-client-mongodb-atlas should fix the issue.
To Reproduce Steps to reproduce the behavior:
docker run -it golang:latest
GO111MODULE=on go get -u github.com/hashicorp/vault@v1.4.3
Expected behavior The vault module should vendor without error
Environment:
Additional context Add any other context about the problem here.