Files
gocryptotrader/go.mod
dependabot-preview[bot] e60dda0879 Bump github.com/gorilla/mux from 1.7.2 to 1.7.3 (#323)
Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.7.2...v1.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-02 15:54:02 +10:00

11 lines
230 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.3
github.com/gorilla/websocket v1.4.0
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
)