|
|
@@ -11,6 +11,7 @@ import (
|
|
|
"github.com/opencost/opencost/core/pkg/log"
|
|
|
"github.com/opencost/opencost/core/pkg/util/watcher"
|
|
|
|
|
|
+ "github.com/opencost/opencost/core/pkg/version"
|
|
|
"github.com/opencost/opencost/pkg/cloud/provider"
|
|
|
"github.com/opencost/opencost/pkg/clustercache"
|
|
|
"github.com/opencost/opencost/pkg/config"
|
|
|
@@ -20,7 +21,6 @@ import (
|
|
|
"github.com/opencost/opencost/pkg/kubeconfig"
|
|
|
"github.com/opencost/opencost/pkg/metrics"
|
|
|
"github.com/opencost/opencost/pkg/prom"
|
|
|
- "github.com/opencost/opencost/pkg/version"
|
|
|
|
|
|
prometheus "github.com/prometheus/client_golang/api"
|
|
|
prometheusAPI "github.com/prometheus/client_golang/api/prometheus/v1"
|