Files
gocryptotrader/go.mod
Adrian Gallagher 2078ba907f Update URLs for transfer into org repo (#338)
* Update URLs for transfer into org repo

* Update codecov, travis and othe remaining links

* Update appveyor paths
2019-08-09 11:50:39 +10:00

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
)