mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
e1e544c8c6
full diff: https://github.com/sirupsen/logrus/compare/v1.4.2...v1.6.0 - Ability to DisableHTMLEscape when using the JSON formatter - Support/fixes for go 1.14 - Many many bugfixes - Add flag to disable quotes in TextFormatter Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
11 lines
301 B
Modula-2
11 lines
301 B
Modula-2
module github.com/sirupsen/logrus
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
golang.org/x/sys v0.0.0-20190422165155-953cdadca894
|
|
)
|
|
|
|
go 1.13
|