From a79283f652e78fb8591a8af69f973055f9730c9d Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 20 十二月 2019 16:45:34 +0800 Subject: [PATCH] update --- go.mod | 21 ++++++++++++++++++++- 1 files changed, 20 insertions(+), 1 deletions(-) diff --git a/go.mod b/go.mod index a8f027f..8a6f535 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,23 @@ go 1.12 -require basic.com/libgowrapper/sdkstruct.git v0.0.0-20191211011351-89daaec8738e +require ( + basic.com/dbapi.git v0.0.0-20191216030028-03153c1f1f30 + basic.com/libgowrapper/sdkhelper.git v0.0.0-20191220070838-2d836fec8448 + basic.com/libgowrapper/sdkstruct.git v0.0.0-20191220011601-e0b3d1f0183c + basic.com/pubsub/cache.git v0.0.0-20190718093725-6a413e1d7d48 + basic.com/pubsub/protomsg.git v0.0.0-20191219033725-b95da65535d0 + basic.com/valib/deliver.git v0.0.0-20190927081905-2d390df9ede3 // indirect + basic.com/valib/gogpu.git v0.0.0-20190711044327-62043b070865 + basic.com/valib/gopherdiscovery.git v0.0.0-20190605034340-15d89d8b4e28 + basic.com/valib/shm.git v0.0.0-20191029034255-156e610f9bca // indirect + github.com/ajg/form v1.5.1 // indirect + github.com/gogo/protobuf v1.3.1 + github.com/gorilla/websocket v1.4.1 // indirect + golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect + golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect + golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect + google.golang.org/grpc v1.26.0 // indirect + honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect + nanomsg.org/go-mangos v1.4.0 // indirect +) -- Gitblit v1.8.0