mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 18:02:30 +08:00
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:
@ -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"
|
||||
|
Reference in New Issue
Block a user