Update ipmiMetric.go

This commit is contained in:
Thomas Gruber 2022-12-14 17:00:09 +01:00 committed by GitHub
parent c9b9752b6a
commit 155d1b9acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ import (
"strconv"
"strings"
"time"
cclog "github.com/ClusterCockpit/cc-metric-collector/pkg/ccLogger"
lp "github.com/ClusterCockpit/cc-metric-collector/pkg/ccMetric"
)