Change to cc-lib (#135)

* Change to ccMessage from cc-lib

* Remove local development path

* Use receiver, sinks, ccLogger and ccConfig from cc-lib

* Fix ccLogger import path

* Update CI
This commit is contained in:
Thomas Gruber
2025-04-16 13:00:13 +02:00
committed by GitHub
parent b5520efc25
commit 02623f8c9d
83 changed files with 147 additions and 8425 deletions

View File

@@ -9,7 +9,7 @@ import (
"strconv"
"strings"
cclogger "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
cclogger "github.com/ClusterCockpit/cc-lib/ccLogger"
"golang.org/x/exp/slices"
)