From 2b48afdf47d6bc81c60ebcab8b5b24a6e25ac60c Mon Sep 17 00:00:00 2001
From: liuxiaolong <736321739@qq.com>
Date: 星期四, 23 五月 2019 10:46:37 +0800
Subject: [PATCH] fix deliver and protomsg
---
sdkApi.go | 2 +-
cameraApi.go | 2 +-
reqrepClient.go | 4 ++--
taskApi.go | 2 +-
areaApi.go | 2 +-
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/areaApi.go b/areaApi.go
index 7cf647c..dbc3b9a 100644
--- a/areaApi.go
+++ b/areaApi.go
@@ -3,7 +3,7 @@
import (
"encoding/json"
"fmt"
- "dbapi/protomsg"
+ "basic.com/pubsub/protomsg.git"
)
type AreaApi struct {
diff --git a/cameraApi.go b/cameraApi.go
index 202bcf7..451f837 100644
--- a/cameraApi.go
+++ b/cameraApi.go
@@ -1,7 +1,7 @@
package dbapi
import (
- "dbapi/protomsg"
+ "basic.com/pubsub/protomsg.git"
"encoding/json"
"fmt"
)
diff --git a/reqrepClient.go b/reqrepClient.go
index 46abcdc..18921af 100644
--- a/reqrepClient.go
+++ b/reqrepClient.go
@@ -1,8 +1,8 @@
package dbapi
import (
- "dbapi/deliver"
- "dbapi/protomsg"
+ "basic.com/valib/deliver.git"
+ "basic.com/pubsub/protomsg.git"
"encoding/json"
"fmt"
)
diff --git a/sdkApi.go b/sdkApi.go
index 46dfe80..b565131 100644
--- a/sdkApi.go
+++ b/sdkApi.go
@@ -1,7 +1,7 @@
package dbapi
import (
- "dbapi/protomsg"
+ "basic.com/pubsub/protomsg.git"
"encoding/json"
"fmt"
)
diff --git a/taskApi.go b/taskApi.go
index 304d079..0bff551 100644
--- a/taskApi.go
+++ b/taskApi.go
@@ -1,7 +1,7 @@
package dbapi
import (
- "dbapi/protomsg"
+ "basic.com/pubsub/protomsg.git"
"encoding/json"
"fmt"
)
--
Gitblit v1.8.0