From f21e56957041bed34a51ec8ffce56559aab3799b Mon Sep 17 00:00:00 2001 From: Thomas Gruber Date: Mon, 10 Oct 2022 12:09:03 +0200 Subject: [PATCH] Fix import paths for moved packages --- collectors/selfMetric.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collectors/selfMetric.go b/collectors/selfMetric.go index 3f4aadf..4fc95c0 100644 --- a/collectors/selfMetric.go +++ b/collectors/selfMetric.go @@ -6,8 +6,8 @@ import ( "syscall" "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 SelfCollectorConfig struct {