Refactor import paths to use the full repository URL and remove obsolete GitHub Actions workflow file

This commit is contained in:
2026-02-19 12:30:21 +11:00
parent 5cc8a0d7db
commit bdcb8e6f73
12 changed files with 104 additions and 83 deletions

View File

@@ -9,7 +9,7 @@ import (
"sync"
"time"
"invertergui/mk2driver"
"git.coadcorp.com/nathan/invertergui/mk2driver"
mqtt "github.com/eclipse/paho.mqtt.golang"
"github.com/sirupsen/logrus"
)

View File

@@ -3,7 +3,7 @@ package mqttclient
import (
"testing"
"invertergui/mk2driver"
"git.coadcorp.com/nathan/invertergui/mk2driver"
"github.com/stretchr/testify/assert"
)