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"
|
"log"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"github.com/hpdvanwyk/invertergui/frontend"
|
"github.com/diebietse/invertergui/frontend"
|
||||||
"github.com/hpdvanwyk/invertergui/mk2if"
|
"github.com/diebietse/invertergui/mk2if"
|
||||||
"github.com/hpdvanwyk/invertergui/webgui"
|
"github.com/diebietse/invertergui/webgui"
|
||||||
|
|
||||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ import (
|
|||||||
"os/signal"
|
"os/signal"
|
||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
"github.com/hpdvanwyk/invertergui/mk2if"
|
"github.com/diebietse/invertergui/mk2if"
|
||||||
"github.com/mikepb/go-serial"
|
"github.com/mikepb/go-serial"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -37,9 +37,9 @@ import (
|
|||||||
"net"
|
"net"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"github.com/hpdvanwyk/invertergui/frontend"
|
"github.com/diebietse/invertergui/frontend"
|
||||||
"github.com/hpdvanwyk/invertergui/mk2if"
|
"github.com/diebietse/invertergui/mk2if"
|
||||||
"github.com/hpdvanwyk/invertergui/webgui"
|
"github.com/diebietse/invertergui/webgui"
|
||||||
"github.com/mikepb/go-serial"
|
"github.com/mikepb/go-serial"
|
||||||
"github.com/prometheus/client_golang/prometheus/promhttp"
|
"github.com/prometheus/client_golang/prometheus/promhttp"
|
||||||
)
|
)
|
||||||
|
|||||||
2
go.mod
2
go.mod
@@ -1,4 +1,4 @@
|
|||||||
module github.com/hpdvanwyk/invertergui
|
module github.com/diebietse/invertergui
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/gorilla/websocket v1.4.0
|
github.com/gorilla/websocket v1.4.0
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
"github.com/hpdvanwyk/invertergui/mk2if"
|
"github.com/diebietse/invertergui/mk2if"
|
||||||
)
|
)
|
||||||
|
|
||||||
type muninData struct {
|
type muninData struct {
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
package webgui
|
package webgui
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/hpdvanwyk/invertergui/mk2if"
|
"github.com/diebietse/invertergui/mk2if"
|
||||||
"github.com/prometheus/client_golang/prometheus"
|
"github.com/prometheus/client_golang/prometheus"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -37,8 +37,8 @@ import (
|
|||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/hpdvanwyk/invertergui/mk2if"
|
"github.com/diebietse/invertergui/mk2if"
|
||||||
"github.com/hpdvanwyk/invertergui/websocket"
|
"github.com/diebietse/invertergui/websocket"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ import (
|
|||||||
"testing"
|
"testing"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"github.com/hpdvanwyk/invertergui/mk2if"
|
"github.com/diebietse/invertergui/mk2if"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestWebGui(t *testing.T) {
|
func TestWebGui(t *testing.T) {
|
||||||
|
|||||||
Reference in New Issue
Block a user