From fb4db8878a2d7581475d0dc275bd6be986f128f4 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 10 一月 2020 17:03:06 +0800 Subject: [PATCH] debug split --- go.mod | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/go.mod b/go.mod index 630db98..d05914f 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,19 @@ module reid go 1.12 + +require ( + basic.com/libgowrapper/sdkhelper.git v0.0.0-20200110053136-671903fa96fa + basic.com/libgowrapper/sdkstruct.git v0.0.0-20191220011601-e0b3d1f0183c // indirect + basic.com/pubsub/protomsg.git v0.0.0-20200108123410-063a805b2573 + basic.com/valib/deliver.git v0.0.0-20190927081905-2d390df9ede3 + basic.com/valib/gogpu.git v0.0.0-20190711044327-62043b070865 + basic.com/valib/shm.git v0.0.0-20191029034255-156e610f9bca // 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/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