1module github.com/sirupsen/logrus
2
3require (
4	github.com/davecgh/go-spew v1.1.1 // indirect
5	github.com/pmezard/go-difflib v1.0.0 // indirect
6	github.com/stretchr/testify v1.2.2
7	golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
8)
9
10go 1.13
11