Move repository to Ullaakut

This commit is contained in:
Brendan Le Glaunec
2018-02-16 15:00:27 +01:00
committed by Brendan Le Glaunec
parent 8289f1edda
commit 5a0ee4aaa7
13 changed files with 36 additions and 38 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package websocket
import (
"net/http"
"github.com/EtixLabs/cameradar/server/adaptor"
"github.com/Ullaakut/cameradar/server/adaptor"
"github.com/stretchr/testify/mock"
)
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"net/http"
"time"
"github.com/EtixLabs/cameradar/server/adaptor"
"github.com/Ullaakut/cameradar/server/adaptor"
gorilla "github.com/gorilla/websocket"
"github.com/pkg/errors"