From 9e746006e8ac2425e48c5957231c0262062ea8ac Mon Sep 17 00:00:00 2001 From: Thomas Gruber Date: Mon, 10 Oct 2022 12:12:11 +0200 Subject: [PATCH] Update lustreMetric.go --- collectors/lustreMetric.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collectors/lustreMetric.go b/collectors/lustreMetric.go index 6ce431d..f4dd2d4 100644 --- a/collectors/lustreMetric.go +++ b/collectors/lustreMetric.go @@ -10,8 +10,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 LustreCollectorConfig struct {