From 90fa706302d9ea9e5287d3e98597391774887919 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 27 八月 2019 15:30:30 +0800
Subject: [PATCH] remove go-sem dep

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

diff --git a/go.mod b/go.mod
index 98c90be..ce488a8 100644
--- a/go.mod
+++ b/go.mod
@@ -5,17 +5,15 @@
 require (
 	basic.com/dbapi.git v0.0.0-20190709070522-8a9676731a65
 	basic.com/pubsub/protomsg.git v0.0.0-20190709070734-b34c868adcc2
-	basic.com/valib/deliver.git v0.0.0-20190823023101-df7358b07a09
+	basic.com/valib/deliver.git v0.0.0-20190827070620-058b21100da6
 	basic.com/valib/gopherdiscovery.git v0.0.0-20190605034340-15d89d8b4e28
+	basic.com/valib/shm.git v0.0.0-20190826090635-7db9aba5ca93 // 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/pierrec/lz4 v2.0.5+incompatible
 	github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a
-	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
 	golang.org/x/net v0.0.0-20190522155817-f3200d17e092
 	golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
 	nanomsg.org/go-mangos v1.4.0

--
Gitblit v1.8.0