Update mongodb atlas plugin version (#11956)
* Update mongodb atlas plugin version * go.mod was missing mongodbatlas plugin * add changelog * update build-go-dev circle ci job GOPROXY * Revert "update build-go-dev circle ci job GOPROXY" This reverts commit 0e6f339c . * ci: more complete go mod cache * ci: doc use of go list ./... to populate mod cache Co-authored-by:Sam Salisbury <samsalisbury@gmail.com>
Showing
+26 -15
changelog/11956.txt
0 → 100644
... | ... | @@ -92,7 +92,7 @@ require ( |
github.com/hashicorp/vault-plugin-auth-oci v0.7.0 | ||
github.com/hashicorp/vault-plugin-database-couchbase v0.3.0 | ||
github.com/hashicorp/vault-plugin-database-elasticsearch v0.8.0 | ||
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.3.0 | ||
github.com/hashicorp/vault-plugin-database-mongodbatlas v0.4.0 | ||
github.com/hashicorp/vault-plugin-database-snowflake v0.1.1 | ||
github.com/hashicorp/vault-plugin-mock v0.16.1 | ||
github.com/hashicorp/vault-plugin-secrets-ad v0.10.0 | ||
... | ... |
Please register or sign in to comment