Files
gocryptotrader/go.mod
Adrian Gallagher c2cb2a4551 Go mod tidy
2018-12-27 14:44:28 +11:00

11 lines
384 B
Modula-2

module github.com/thrasher-/gocryptotrader
require (
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f // indirect
github.com/gorilla/mux v1.6.1
github.com/gorilla/websocket v1.2.0
github.com/toorop/go-pusher v0.0.0-20180107133620-4549deda5702
golang.org/x/crypto v0.0.0-20180602220124-df8d4716b347
golang.org/x/net v0.0.0-20180201030042-309822c5b9b9 // indirect
)