move maybe-usable-by-other-cc-components to pkg. Fix all files to use the new paths (#88)

This commit is contained in:
Thomas Gruber
2022-10-10 11:53:11 +02:00
committed by GitHub
parent 6bf3bfd10a
commit 4bd71224df
59 changed files with 130 additions and 124 deletions

View File

@@ -8,8 +8,8 @@ import (
"sort"
"strings"
cclog "github.com/ClusterCockpit/cc-metric-collector/internal/ccLogger"
topo "github.com/ClusterCockpit/cc-metric-collector/internal/ccTopology"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
topo "github.com/ClusterCockpit/cc-metric-collector/pkg/ccTopology"
)
/*