morningconsult / docker-credential-vault-login

Automatically gets docker credentials from Hashicorp Vault
Apache License 2.0
77 stars 11 forks source link

chore: Fix go module resolutions #71

Closed alexdulin closed 3 years ago

alexdulin commented 3 years ago

Dependabot was breaking because it could not parse the go mod file, and we needed a security fix for vault 1.7.1 due to CVE-2021-32923

Signed-off-by: Alex Dulin alex@morningconsult.com

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.