diff --git a/collectors/smartmonMetric.go b/collectors/smartmonMetric.go index ecb1481..10f358f 100644 --- a/collectors/smartmonMetric.go +++ b/collectors/smartmonMetric.go @@ -5,8 +5,8 @@ import ( "os/exec" "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 SmartMonCollectorConfig struct {