2021-01-19 14:18:44 +01: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
|
2022-01-07 20:20:48 +01:00
|
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
|
2021-01-19 14:18:44 +01:00
|
|
|
)
|
2022-01-07 20:20:48 +01:00
|
|
|
|
|
|
|
go 1.13
|