Files
gocryptotrader/go.mod
Adrian Gallagher 7dcb1ab553 Migrate from gometalinter.v2 to golangci-lint (#249)
* Migrate from gometalinter.v2 to golangci-lint
2019-03-01 16:10:29 +11:00

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
)