mirror of
https://github.com/rwinkhart/go-winio.git
synced 2026-08-28 12:56:33 -04:00
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>
10 lines
177 B
AMPL
10 lines
177 B
AMPL
module github.com/Microsoft/go-winio
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.7.0
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
)
|