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:
lean.dev
2024-05-09 16:12:08 -03:00
committed by GitHub
parent 00684682d7
commit b009536329
10 changed files with 181 additions and 5 deletions

View File

@@ -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"