mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Caching: Implement mtls-enabled memcached integration (#84171)
* fix merge * fix conflicts * updating generated feature toggle code * Fix go mod owner * fix merge * add dependency * fix dependencies * workspace sync * go get * work sync * trying something * fix * add docs for tls config * work sync * adjust go mod * try something * move import to the correct file --------- Co-authored-by: Michael Mandrus <michael.mandrus@grafana.com>
This commit is contained in:
@@ -18,6 +18,7 @@ import (
|
||||
_ "github.com/grafana/dskit/backoff"
|
||||
_ "github.com/grafana/dskit/flagext"
|
||||
_ "github.com/grafana/gofpdf"
|
||||
_ "github.com/grafana/gomemcache/memcache"
|
||||
_ "github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus"
|
||||
_ "github.com/grpc-ecosystem/go-grpc-middleware/v2"
|
||||
_ "github.com/hashicorp/go-multierror"
|
||||
|
||||
Reference in New Issue
Block a user