2020-05-09 19:09:27 +02: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
|
2020-11-18 23:19:03 +01:00
|
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
|
2020-05-09 19:09:27 +02:00
|
|
|
)
|
2020-08-16 15:49:31 +02:00
|
|
|
|
|
|
|
go 1.13
|