Encryption: Add Azure key vault dependency (#41353)

* Add Azure key vault dependency

* Fix go.mod

Co-authored-by: Leonard Gram <leo@xlson.com>
This commit is contained in:
Selene
2021-11-09 18:33:54 +01:00
committed by GitHub
parent 2bc30daa49
commit a3b9c764d3
3 changed files with 13 additions and 0 deletions

View File

@ -4,6 +4,8 @@ import (
// Upgrade ldapsync from cron to cron.v3 and
// remove the cron (v1) dependency
_ "github.com/Azure/azure-sdk-for-go/services/keyvault/v7.1/keyvault"
_ "github.com/Azure/go-autorest/autorest"
_ "github.com/beevik/etree"
_ "github.com/cortexproject/cortex/pkg/util"
_ "github.com/crewjam/saml"