...

Text file src/github.com/sirupsen/logrus/go.mod

Documentation: github.com/sirupsen/logrus

     1module github.com/sirupsen/logrus
     2
     3require (
     4	github.com/davecgh/go-spew v1.1.1 // indirect
     5	github.com/stretchr/testify v1.7.0
     6	golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
     7)
     8
     9go 1.13

View as plain text