module github.com/simon987/ws_feed_adapter go 1.14 require ( github.com/gorilla/websocket v1.4.1 github.com/sirupsen/logrus v1.4.2 github.com/streadway/amqp v0.0.0-20200108173154-1c71cc93ed71 github.com/urfave/cli/v2 v2.2.0 )