mirror of
https://github.com/nikdoof/hg612-exporter.git
synced 2025-12-13 18:22:15 +00:00
chore: update module name
This commit is contained in:
6
main.go
6
main.go
@@ -10,9 +10,9 @@ import (
|
||||
"github.com/sirupsen/logrus"
|
||||
"github.com/urfave/cli/v2"
|
||||
|
||||
"github.com/jakekeeys/hg612-exporter/internal/metrics"
|
||||
"github.com/jakekeeys/hg612-exporter/internal/rest"
|
||||
"github.com/jakekeeys/hg612-exporter/pkg/hg612"
|
||||
"github.com/nikdoof/hg612-exporter/internal/metrics"
|
||||
"github.com/nikdoof/hg612-exporter/internal/rest"
|
||||
"github.com/nikdoof/hg612-exporter/pkg/hg612"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user