mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-31 07:26:44 +00:00
Go mod: Perioidc update of depends
This commit is contained in:
7
go.mod
7
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user