From 70df7b912014201e271a2966599b84d77addd0f9 Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期二, 28 五月 2019 15:12:47 +0800 Subject: [PATCH] test all process --- go.mod | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index f5b56ae..45d72ff 100644 --- a/go.mod +++ b/go.mod @@ -3,12 +3,15 @@ go 1.12 require ( - github.com/Microsoft/go-winio v0.4.12 // indirect + 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 github.com/golang/protobuf v1.3.1 github.com/gorilla/websocket v1.4.0 // 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-20190418153312-f0ce4c0180be // indirect + golang.org/x/sys v0.0.0-20190522044717-8097e1b27ff5 // indirect nanomsg.org/go-mangos v1.4.0 ) -- Gitblit v1.8.0