Use internal lrucache

This commit is contained in:
Jan Eitzinger
2022-06-22 06:11:00 +02:00
parent 27800b651a
commit 8446f6267a
5 changed files with 3 additions and 7 deletions

View File

@@ -8,8 +8,8 @@ import (
"github.com/ClusterCockpit/cc-backend/internal/config"
"github.com/ClusterCockpit/cc-backend/pkg/log"
"github.com/ClusterCockpit/cc-backend/pkg/lrucache"
"github.com/ClusterCockpit/cc-backend/pkg/schema"
"github.com/iamlouk/lrucache"
)
type MetricDataRepository interface {