zhangmeng
2019-08-30 737e52f3330edce1000efed5df60cd3990fec7e1
1
2
3
4
5
6
7
8
9
10
11
12
module demo
 
go 1.12
 
require (
    basic.com/valib/shm.git v0.0.0-20190826090635-7db9aba5ca93
    github.com/funny/slab v0.0.0-20180511031532-b1fad5e5d478
    github.com/funny/utest v0.0.0-20161029064919-43870a374500 // indirect
    github.com/gorilla/websocket v1.4.1 // indirect
    golang.org/x/sys v0.0.0-20190825160603-fb81701db80f
    nanomsg.org/go-mangos v1.4.0
)