mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
10 lines
309 B
Modula-2
10 lines
309 B
Modula-2
module github.com/thrasher-/gocryptotrader
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.7.0
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/toorop/go-pusher v0.0.0-20180521062818-4521e2eb39fb
|
|
golang.org/x/crypto v0.0.0-20190227175134-215aa809caaf
|
|
golang.org/x/net v0.0.0-20190227160552-c95aed5357e7 // indirect
|
|
)
|