zhangmeng
2019-09-05 a464ae7f01e47395f3a5386d1b1d0b5f4223a29a
go.mod
@@ -1,14 +1,21 @@
module github.com/long/test
module taskpubsub
go 1.12
require (
   github.com/Microsoft/go-winio v0.4.12 // indirect
   basic.com/dbapi.git v0.0.0-20190831100542-bc0c5d2266dd
   basic.com/pubsub/protomsg.git v0.0.0-20190905061607-7b96dafe8f99
   basic.com/valib/deliver.git v0.0.0-20190830083657-47adbbbb6651
   basic.com/valib/gopherdiscovery.git v0.0.0-20190605034340-15d89d8b4e28
   basic.com/valib/shm.git v0.0.0-20190829074754-ad2e00879627 // indirect
   github.com/ajg/form v1.5.1 // indirect
   github.com/gogo/protobuf v1.2.1
   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
   github.com/pierrec/lz4 v2.0.5+incompatible
   github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a
   golang.org/x/net v0.0.0-20190522155817-f3200d17e092
   golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
   google.golang.org/grpc v1.23.0 // indirect
   nanomsg.org/go-mangos v1.4.0
)