From fd04fb054dd9bdfafd04c24bdab43b5cd2b09b2e Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期二, 25 六月 2019 14:47:26 +0800
Subject: [PATCH] 非报警数据不存

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

diff --git a/go.mod b/go.mod
index b581db8..fe6b53c 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@
 
 require (
 	basic.com/dbapi.git v0.0.0-20190622030047-3ea90a522ec1
-	basic.com/pubsub/protomsg.git v0.0.0-20190622023307-97ef3bf336ef
+	basic.com/pubsub/protomsg.git v0.0.0-20190622044013-0d3ee5a9c502
 	basic.com/valib/deliver.git v0.0.0-20190531095353-25d8c3b20051
 	github.com/Microsoft/go-winio v0.4.12 // indirect
 	github.com/ajg/form v1.5.1 // indirect
@@ -17,6 +17,7 @@
 	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 // indirect
 	golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
 	nanomsg.org/go-mangos v1.4.0 // indirect
 )

--
Gitblit v1.8.0