diff --git a/collectors/lustreJobstatMetric.go b/collectors/lustreJobstatMetric.go index 919bf8d..ff4e4d3 100644 --- a/collectors/lustreJobstatMetric.go +++ b/collectors/lustreJobstatMetric.go @@ -8,8 +8,8 @@ import ( "strings" "time" - cclog "github.com/ClusterCockpit/cc-metric-collector/internal/ccLogger" - lp "github.com/ClusterCockpit/cc-metric-collector/internal/ccMetric" + cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger" + lp "github.com/ClusterCockpit/cc-metric-collector/pkg/ccMetric" ) type LustreJobstatCollectorConfig struct {