From 5dafbd6b419cfc436aece4ac8b5580532f12afea Mon Sep 17 00:00:00 2001 From: 554325746@qq.com <554325746@qq.com> Date: 星期日, 16 六月 2019 13:41:50 +0800 Subject: [PATCH] release task --- go.mod | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 5535460..9051b1b 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,16 @@ go 1.12 require ( - github.com/Microsoft/go-winio v0.4.12 // indirect + basic.com/dbapi.git v0.0.0-20190531051326-e49473afa5e9 + basic.com/pubsub/protomsg.git v0.0.0-20190530084829-0ea842491a96 + basic.com/valib/deliver.git v0.0.0-20190529080650-3e64847c9bce + github.com/gogo/protobuf v1.2.1 github.com/golang/protobuf v1.3.1 - golang.org/x/sys v0.0.0-20190418153312-f0ce4c0180be // indirect + github.com/gorilla/websocket v1.4.0 // indirect + 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 nanomsg.org/go-mangos v1.4.0 ) -- Gitblit v1.8.0