From fbcacf1a4f4af6a651d755a288c4737163644ec5 Mon Sep 17 00:00:00 2001 From: Thomas Gruber Date: Mon, 10 Oct 2022 12:10:42 +0200 Subject: [PATCH] Update lustreJobstatMetric.go --- collectors/lustreJobstatMetric.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {