Move module path

This commit is contained in:
Josh Deprez 2023-01-06 16:53:25 +11:00
parent c49752492e
commit 9f13f2818b
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# sungrow
```
$ sudo docker build -t sungrow .
$ docker build -t sungrow .
```

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/DrJosh9000/sungrow
module gitea.drjosh.dev/josh/sungrow
go 1.19

View File

@ -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"