From cb4a30b9c26317a94e0be16029c8107d830fcd0d Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 26 八月 2019 13:46:48 +0800 Subject: [PATCH] update --- go.mod | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index f9b1263..77b954b 100644 --- a/go.mod +++ b/go.mod @@ -3,10 +3,7 @@ go 1.12 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 + github.com/gorilla/websocket v1.4.1 // indirect + golang.org/x/sys v0.0.0-20190825160603-fb81701db80f nanomsg.org/go-mangos v1.4.0 ) -- Gitblit v1.8.0