Migrate from gometalinter.v2 to golangci-lint (#249)

* Migrate from gometalinter.v2 to golangci-lint
This commit is contained in:
Adrian Gallagher
2019-03-01 16:10:29 +11:00
committed by GitHub
parent 81852f2e01
commit 7dcb1ab553
133 changed files with 2179 additions and 2204 deletions

11
go.mod
View File

@@ -1,10 +1,9 @@
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
github.com/gorilla/mux v1.7.0
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
)