2019-06-20 05:39:19 +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-04-22 12:36:56 +00:00
|
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
|
2019-06-20 05:39:19 +00:00
|
|
|
)
|
2020-08-24 10:13:46 +00:00
|
|
|
|
|
|
|
go 1.13
|