Files
gocryptotrader/go.mod
2019-05-20 15:40:35 +10:00

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
)