zhangmeng
2020-01-21 e6a5be3714b70236d84f25be2ce858c3d7e379d8
1
2
3
4
5
6
7
8
9
10
module comm
 
go 1.12
 
require (
    basic.com/valib/gopherdiscovery.git v0.0.0-20200113080951-9bccb7681924 // indirect
    basic.com/valib/pubsub.git v0.0.0-20200116061307-c43a8e3e552e
    golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa // indirect
    nanomsg.org/go-mangos v1.4.0
)