mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-20 07:26:46 +00:00
* First pass at adding new logging system * NewLogger * NewLogger * WIP * silly bug fix * :D removed files * removed old logging interface * added tests * added tests * Started to add new lines to all f calls * Added subsystem log types * Logger improvements * Further performance improvements * changes to logger and sublogger creation * Renamed Logging types * removed old print statement * changes based on feedback * moved sublogger types to own file * :) * added console as output type * added get level command * added get/set log level via grpc command * added check for output being empty for migration support * first pass at log rotation * added log rotation * :D derp fixed * added tests * changes based on feedback * changed log type * comments * renamed file -> fileSettings * typo fix * changes based on feedback * gofmt ran on additional files * gofmt ran on additional files
21 lines
684 B
Modula-2
21 lines
684 B
Modula-2
module github.com/thrasher-/gocryptotrader
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.2.1 // indirect
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/google/go-querystring v1.0.0
|
|
github.com/gorilla/mux v1.7.2
|
|
github.com/gorilla/websocket v1.4.0
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
|
|
github.com/grpc-ecosystem/grpc-gateway v1.9.2
|
|
github.com/pquerna/otp v1.2.0
|
|
github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
|
|
github.com/urfave/cli v1.20.0
|
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
|
|
golang.org/x/net v0.0.0-20190606173856-1492cefac77f
|
|
google.golang.org/genproto v0.0.0-20190605220351-eb0b1bdb6ae6
|
|
google.golang.org/grpc v1.21.1
|
|
)
|