Changed go module name to reflect new repository location

This commit is contained in:
Nicholas Thompson
2019-03-09 13:16:29 +02:00
committed by ncthompson
parent 2456f45836
commit 47bfbbfec5
8 changed files with 13 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ import (
"fmt"
"net/http"
"github.com/hpdvanwyk/invertergui/mk2if"
"github.com/diebietse/invertergui/mk2if"
)
type muninData struct {

View File

@@ -31,7 +31,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
package webgui
import (
"github.com/hpdvanwyk/invertergui/mk2if"
"github.com/diebietse/invertergui/mk2if"
"github.com/prometheus/client_golang/prometheus"
)

View File

@@ -37,8 +37,8 @@ import (
"sync"
"time"
"github.com/hpdvanwyk/invertergui/mk2if"
"github.com/hpdvanwyk/invertergui/websocket"
"github.com/diebietse/invertergui/mk2if"
"github.com/diebietse/invertergui/websocket"
)
const (

View File

@@ -36,7 +36,7 @@ import (
"testing"
"time"
"github.com/hpdvanwyk/invertergui/mk2if"
"github.com/diebietse/invertergui/mk2if"
)
func TestWebGui(t *testing.T) {