switch to cc-lib

This commit is contained in:
brinkcoder 2025-03-05 01:13:17 +01:00
parent 8de639be08
commit 478c5159f5

View File

@ -5,7 +5,7 @@ import (
"fmt"
"time"
lp "github.com/ClusterCockpit/cc-energy-manager/pkg/cc-message"
lp "github.com/ClusterCockpit/cc-lib/pkg/ccMessage"
)
type MetricCollector interface {