2019-12-31 16:14:05 +00:00
|
|
|
module github.com/sirupsen/logrus
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-09-06 12:53:53 +00:00
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.3
|
2019-12-31 16:14:05 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.2.2
|
2020-03-01 17:14:27 +00:00
|
|
|
golang.org/x/sys v0.0.0-20190422165155-953cdadca894
|
2019-12-31 16:14:05 +00:00
|
|
|
)
|
2020-09-06 12:53:53 +00:00
|
|
|
|
|
|
|
go 1.13
|