Changed go module name to reflect new repository location
This commit is contained in:
committed by
ncthompson
parent
2456f45836
commit
47bfbbfec5
@@ -5,9 +5,9 @@ import (
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"github.com/hpdvanwyk/invertergui/frontend"
|
||||
"github.com/hpdvanwyk/invertergui/mk2if"
|
||||
"github.com/hpdvanwyk/invertergui/webgui"
|
||||
"github.com/diebietse/invertergui/frontend"
|
||||
"github.com/diebietse/invertergui/mk2if"
|
||||
"github.com/diebietse/invertergui/webgui"
|
||||
|
||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||
)
|
||||
|
||||
@@ -10,7 +10,7 @@ import (
|
||||
"os/signal"
|
||||
"syscall"
|
||||
|
||||
"github.com/hpdvanwyk/invertergui/mk2if"
|
||||
"github.com/diebietse/invertergui/mk2if"
|
||||
"github.com/mikepb/go-serial"
|
||||
)
|
||||
|
||||
|
||||
@@ -37,9 +37,9 @@ import (
|
||||
"net"
|
||||
"net/http"
|
||||
|
||||
"github.com/hpdvanwyk/invertergui/frontend"
|
||||
"github.com/hpdvanwyk/invertergui/mk2if"
|
||||
"github.com/hpdvanwyk/invertergui/webgui"
|
||||
"github.com/diebietse/invertergui/frontend"
|
||||
"github.com/diebietse/invertergui/mk2if"
|
||||
"github.com/diebietse/invertergui/webgui"
|
||||
"github.com/mikepb/go-serial"
|
||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user