diff --git a/README.md b/README.md index 618fc92..9395f81 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # sungrow ``` -$ sudo docker build -t sungrow . +$ docker build -t sungrow . ``` \ No newline at end of file diff --git a/go.mod b/go.mod index fe9e049..70da9ff 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/DrJosh9000/sungrow +module gitea.drjosh.dev/josh/sungrow go 1.19 diff --git a/main.go b/main.go index d60eadb..abf3710 100644 --- a/main.go +++ b/main.go @@ -11,7 +11,7 @@ import ( "strings" "time" - "github.com/DrJosh9000/sungrow/modbus" + "gitea.drjosh.dev/josh/sungrow/modbus" "github.com/prometheus/client_golang/prometheus" "github.com/prometheus/client_golang/prometheus/promauto" "github.com/prometheus/client_golang/prometheus/promhttp"