From 509506fd53635830ff43572df0d7845debf376f9 Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期五, 12 七月 2019 20:29:48 +0800
Subject: [PATCH] 改造定时器

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

diff --git a/go.mod b/go.mod
index da9bb8b..1b5d605 100644
--- a/go.mod
+++ b/go.mod
@@ -4,12 +4,14 @@
 
 require (
 	basic.com/dbapi.git v0.0.0-20190701055817-73bca225181f
-	basic.com/pubsub/cache.git v0.0.0-20190625115705-58cdde93bbe0
-	basic.com/pubsub/protomsg.git v0.0.0-20190702052443-07066760e2d6
+	basic.com/pubsub/cache.git v0.0.0-20190711020946-ac4bfc72bf9c
+	basic.com/pubsub/protomsg.git v0.0.0-20190709070734-b34c868adcc2
 	basic.com/valib/deliver.git v0.0.0-20190531095353-25d8c3b20051
 	basic.com/valib/gopherdiscovery.git v0.0.0-20190605034340-15d89d8b4e28
+	basic.com/valib/gosdk.git v0.0.0-20190531034110-0062fdaaa05a // indirect
 	github.com/Microsoft/go-winio v0.4.12 // indirect
 	github.com/ajg/form v1.5.1 // indirect
+	github.com/go-yaml/yaml v2.1.0+incompatible
 	github.com/gogo/protobuf v1.2.1
 	github.com/golang/protobuf v1.3.1
 	github.com/gorilla/websocket v1.4.0 // indirect
@@ -20,6 +22,7 @@
 	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/net v0.0.0-20190603091049-60506f45cf65 // indirect
 	golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
 	nanomsg.org/go-mangos v1.4.0 // indirect
 )

--
Gitblit v1.8.0