Go mod: Perioidc update of depends

This commit is contained in:
Adrian Gallagher
2019-05-20 15:40:35 +10:00
parent 08542b6ef7
commit 0c6cd7fedf
2 changed files with 13 additions and 9 deletions

7
go.mod
View File

@@ -1,10 +1,11 @@
module github.com/thrasher-/gocryptotrader
go 1.12
require (
github.com/google/go-querystring v1.0.0
github.com/gorilla/mux v1.7.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-20190227175134-215aa809caaf
golang.org/x/net v0.0.0-20190227160552-c95aed5357e7 // indirect
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
)