mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-29 15:10:37 +00:00
Adds go module support that came into effect in go version 1.11 (#201)
Adds go module support that came into effect in go version 1.11
This commit is contained in:
committed by
Adrian Gallagher
parent
506940587e
commit
5dd0fecc62
14
go.mod
Normal file
14
go.mod
Normal file
@@ -0,0 +1,14 @@
|
||||
module github.com/thrasher-/gocryptotrader
|
||||
|
||||
require (
|
||||
github.com/beatgammit/turnpike v0.0.0-20170911161258-573f579df7ee // indirect
|
||||
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/streamrail/concurrent-map v0.0.0-20160823150647-8bf1e9bacbf6 // indirect
|
||||
github.com/thrasher-/socketio v0.0.0-20150420123453-38b9599889b9 // indirect
|
||||
github.com/toorop/go-pusher v0.0.0-20180107133620-4549deda5702
|
||||
github.com/ugorji/go v0.0.0-20180112141927-9831f2c3ac10 // indirect
|
||||
golang.org/x/crypto v0.0.0-20180602220124-df8d4716b347
|
||||
golang.org/x/net v0.0.0-20180201030042-309822c5b9b9 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user