Fix ccLogger import path

This commit is contained in:
Thomas Roehl
2025-03-18 14:28:46 +01:00
parent 6ea79b0099
commit da91813a81
31 changed files with 37 additions and 37 deletions

View File

@@ -9,7 +9,7 @@ import (
"sync"
"time"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
cclog "github.com/ClusterCockpit/cc-lib/ccLogger"
lp "github.com/ClusterCockpit/cc-lib/ccMessage"
topo "github.com/ClusterCockpit/cc-metric-collector/pkg/ccTopology"