From 622b701e27351e28a6c3df579d4423120afe79fc Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 20 五月 2019 12:55:54 +0800 Subject: [PATCH] update deliver --- go.mod | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/go.mod b/go.mod index 517e535..f9b1263 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,9 @@ require ( 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-20190429190828-d89cdac9e872 nanomsg.org/go-mangos v1.4.0 ) -- Gitblit v1.8.0