mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-14 07:26:47 +00:00
12 lines
294 B
Modula-2
12 lines
294 B
Modula-2
module github.com/thrasher-/gocryptotrader
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.0.0
|
|
github.com/gorilla/mux v1.7.2
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/toorop/go-pusher v0.0.0-20180521062818-4521e2eb39fb
|
|
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
|
|
)
|