From c7c7dd490ad958d6e3df0e91ce270a8d3827d678 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期六, 29 六月 2019 14:10:25 +0800
Subject: [PATCH] SdkDate去掉结果集字段

---
 go.mod |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/go.mod b/go.mod
index 86d0ec8..2cd6c49 100644
--- a/go.mod
+++ b/go.mod
@@ -3,18 +3,21 @@
 go 1.12
 
 require (
-	basic.com/dbapi.git v0.0.0-20190617110911-fa5d3510c294
-	basic.com/pubsub/protomsg.git v0.0.0-20190619101540-30768d386c39
+	basic.com/dbapi.git v0.0.0-20190628102226-9378e3d64b5f
+	basic.com/pubsub/protomsg.git v0.0.0-20190629023317-2d44243bfce4
 	basic.com/valib/deliver.git v0.0.0-20190531095353-25d8c3b20051
 	github.com/Microsoft/go-winio v0.4.12 // indirect
-	github.com/gogo/protobuf v1.2.1 // indirect
+	github.com/ajg/form v1.5.1 // indirect
+	github.com/gogo/protobuf v1.2.1
 	github.com/golang/protobuf v1.3.1
 	github.com/gorilla/websocket v1.4.0 // indirect
 	github.com/knetic/govaluate v3.0.0+incompatible
 	github.com/pierrec/lz4 v2.2.3+incompatible
+	github.com/satori/go.uuid v1.2.0
 	github.com/tmthrgd/go-sem v0.0.0-20160607101025-0214dbf53877 // indirect
 	github.com/tmthrgd/go-shm v0.0.0-20170117044846-90afcfcd5ee9 // indirect
 	github.com/tmthrgd/shm-go v0.0.0-20170130075737-7207ca97b290 // indirect
+	gocv.io/x/gocv v0.20.0
 	golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
 	nanomsg.org/go-mangos v1.4.0 // indirect
 )

--
Gitblit v1.8.0