
full diff: https://github.com/sirupsen/logrus/compare/v1.4.2...v1.7.0 logrus v1.7.0 removes dependency on github.com/konsorten/go-windows-terminal-sequences Features: * a new buffer pool management API has been added * a set of `<LogLevel>Fn()` functions have been added Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
14 lines
368 B
Modula-2
14 lines
368 B
Modula-2
module github.com/containerd/ttrpc
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/procfs v0.0.0-20190522114515-bc1a522cf7b1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
golang.org/x/sys v0.0.0-20200120151820-655fe14d7479
|
|
google.golang.org/genproto v0.0.0-20200117163144-32f20d992d24
|
|
google.golang.org/grpc v1.26.0
|
|
)
|