mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-20 07:26:46 +00:00
* Update URLs for transfer into org repo * Update codecov, travis and othe remaining links * Update appveyor paths
11 lines
234 B
Modula-2
11 lines
234 B
Modula-2
module github.com/thrasher-corp/gocryptotrader
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.0.0
|
|
github.com/gorilla/mux v1.7.3
|
|
github.com/gorilla/websocket v1.4.0
|
|
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
|
|
)
|