From 3c8609a3da72cb2f3610f3f1789dafacc6c0f40f Mon Sep 17 00:00:00 2001 From: 龙赣华 <slongertian@gmail.com> Date: 星期五, 31 五月 2019 11:13:58 +0800 Subject: [PATCH] add heartbeat --- go.mod | 15 +++++++++------ 1 files changed, 9 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 45d72ff..ba788dc 100644 --- a/go.mod +++ b/go.mod @@ -4,14 +4,17 @@ require ( basic.com/dbapi.git v0.0.0-20190523103034-c0d33072098b - basic.com/pubsub/protomsg.git v0.0.0-20190524072049-ce8c0f2b14dd - basic.com/valib/deliver.git v0.0.0-20190522053509-c2bbe31e7c6c - github.com/gogo/protobuf v1.2.1 // indirect + basic.com/pubsub/protomsg.git v0.0.0-20190530084829-0ea842491a96 + basic.com/r/dbapi.git v0.0.0-20190523103034-c0d33072098b + basic.com/valib/deliver.git v0.0.0-20190529080650-3e64847c9bce + basic.com/valib/gopherdiscovery.git v0.0.0-20190530055034-f8c281d054f6 + github.com/gogo/protobuf v1.2.1 github.com/golang/protobuf v1.3.1 github.com/gorilla/websocket v1.4.0 // indirect + github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect 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 - golang.org/x/sys v0.0.0-20190522044717-8097e1b27ff5 // indirect - nanomsg.org/go-mangos v1.4.0 + github.com/tmthrgd/shm-go v0.0.0-20170130075737-7207ca97b290 // indirect + golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect + nanomsg.org/go-mangos v1.4.0 // indirect ) -- Gitblit v1.8.0