mirror of
https://github.com/nikdoof/hg612-exporter.git
synced 2025-12-14 02:32:15 +00:00
chore: update module name
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
"github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/jakekeeys/hg612-exporter/pkg/hg612"
|
||||
"github.com/nikdoof/hg612-exporter/pkg/hg612"
|
||||
)
|
||||
|
||||
type Collector interface {
|
||||
|
||||
@@ -5,7 +5,7 @@ import (
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"github.com/prometheus/client_golang/prometheus/promauto"
|
||||
|
||||
"github.com/jakekeeys/hg612-exporter/pkg/hg612"
|
||||
"github.com/nikdoof/hg612-exporter/pkg/hg612"
|
||||
)
|
||||
|
||||
type dslMetricsCollector struct {
|
||||
|
||||
Reference in New Issue
Block a user