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
|
golang.org/x/sys v0.0.0-20190418153312-f0ce4c0180be // indirect
|
nanomsg.org/go-mangos v1.4.0
|
)
|