Move module path
This commit is contained in:
parent
c49752492e
commit
9f13f2818b
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
# sungrow
|
||||
|
||||
```
|
||||
$ sudo docker build -t sungrow .
|
||||
$ docker build -t sungrow .
|
||||
```
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module github.com/DrJosh9000/sungrow
|
||||
module gitea.drjosh.dev/josh/sungrow
|
||||
|
||||
go 1.19
|
||||
|
||||
|
|
2
main.go
2
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"
|
||||
|
|
Loading…
Reference in a new issue