module taskpubsub
|
|
go 1.12
|
|
require (
|
basic.com/dbapi.git v0.0.0-20190724082851-b6ae90344405
|
basic.com/pubsub/protomsg.git v0.0.0-20190724114524-fc1623501c41
|
basic.com/valib/deliver.git v0.0.0-20190716093339-1de0716341cd
|
basic.com/valib/gopherdiscovery.git v0.0.0-20190605034340-15d89d8b4e28
|
basic.com/valib/logger.git v0.0.0-20190904090733-b737ad2f8f18
|
github.com/ajg/form v1.5.1 // indirect
|
github.com/gogo/protobuf v1.2.1
|
github.com/golang/protobuf v1.3.2 // indirect
|
github.com/gorilla/websocket v1.4.0 // indirect
|
github.com/pierrec/lz4 v2.2.4+incompatible
|
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 // indirect
|
nanomsg.org/go-mangos v1.4.0 // indirect
|
)
|