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
+2 -2
View File
@@ -4,8 +4,8 @@ import (
"encoding/json"
"fmt"
"github.com/EtixLabs/cameradar"
"github.com/EtixLabs/cameradar/server/adaptor/jsonrpc2"
"github.com/Ullaakut/cameradar"
"github.com/Ullaakut/cameradar/server/adaptor/jsonrpc2"
v "gopkg.in/go-playground/validator.v9"
)
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"time"
"github.com/EtixLabs/cameradar"
"github.com/Ullaakut/cameradar"
"github.com/pkg/errors"
)