go.mod 242 B

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