hashicorp / vault-plugin-secrets-mongodbatlas

Mozilla Public License 2.0
5 stars 3 forks source link

Upgrade go-client-mongodb-atlas version [VAULT-872] #17

Closed HridoyRoy closed 3 years ago

HridoyRoy commented 3 years ago

This is related to this git issue . The suggested fix is to upgrade the dependency in the module to the latest version.

The PR was generated by running go get -u go.mongodb.org/atlas and then go mod vendor .

calvn commented 3 years ago

go get -u updates and pulls in all deps, including any downstream/indirect deps which we tend to avoid. Can you re-run the update with just go get go.mongodb.org/atlas@v0.7.2?

HridoyRoy commented 3 years ago

go get -u updates and pulls in all deps, including any downstream/indirect deps which we tend to avoid. Can you re-run the update with just go get go.mongodb.org/atlas@v0.7.2?

Will do!

kalafut commented 3 years ago

@HridoyRoy Can you add a comment as to why this was closed?