module github.com/long/test
|
|
go 1.12
|
|
require (
|
github.com/Microsoft/go-winio v0.4.12 // indirect
|
github.com/golang/protobuf v1.3.1
|
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-20190418153312-f0ce4c0180be // indirect
|
nanomsg.org/go-mangos v1.4.0
|
)
|