龙赣华
2019-05-20 c7c180fcbe012173e56bde6141ae4b2ed3827ab4
1
2
3
4
5
6
7
8
9
10
11
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
)