2019-06-18 18:54:53 +00:00
|
|
|
module github.com/sirupsen/logrus
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.2.2
|
2021-03-31 14:57:02 +00:00
|
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
|
2019-06-18 18:54:53 +00:00
|
|
|
)
|
2020-05-30 14:29:47 +00:00
|
|
|
|
|
|
|
go 1.13
|