Add missing dependency

This commit is contained in:
Christoph Kluge 2023-01-24 12:03:36 +01:00
parent bd770d0e32
commit 25eb3bb481

View File

@ -17,6 +17,7 @@ import (
"github.com/ClusterCockpit/cc-backend/pkg/archive"
"github.com/ClusterCockpit/cc-backend/pkg/schema"
"github.com/ClusterCockpit/cc-backend/pkg/log"
)
type CCMetricStoreConfig struct {