mirror of
https://github.com/simon987/ws_feed_adapter.git
synced 2025-04-04 08:23:00 +00:00
11 lines
232 B
Modula-2
11 lines
232 B
Modula-2
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
|
|
)
|