chore: update module name

This commit is contained in:
2021-12-05 09:28:17 +00:00
parent 2a885cf111
commit f2e714dce5
6 changed files with 23 additions and 287 deletions

View File

@@ -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() {