Start cameradar server to communicate with GUI

This commit is contained in:
Brendan LE GLAUNEC
2017-10-20 08:38:16 +02:00
committed by Brendan Le Glaunec
parent 3ef48a97cf
commit 4e922a2a48
15 changed files with 1003 additions and 9 deletions
+11 -8
View File
@@ -6,18 +6,21 @@ import:
- package: github.com/gernest/wow
subpackages:
- spin
- package: github.com/gorilla/websocket
version: ~1.2.0
- package: github.com/jessevdk/go-flags
version: ~1.3.0
- package: github.com/pkg/errors
version: ~0.8.0
- package: gopkg.in/go-playground/validator.v9
version: ~9.7.0
- package: github.com/go-playground/universal-translator
version: ~0.16.0
- package: github.com/go-playground/locales
version: ~0.11.1
testImport:
- package: github.com/stretchr/testify
version: ~1.1.4
subpackages:
- assert
- mock
- package: gopkg.in/go-playground/validator.v9
version: ~9.7.0
- package: gopkg.in/tylerb/graceful.v1
version: ~1.2.15
- package: github.com/go-playground/universal-translator
version: ~0.16.0
- package: github.com/go-playground/locales
version: ~0.11.2