dip/vendor/github.com/sirupsen/logrus/go.mod

11 lines
242 B
Modula-2
Raw Normal View History

2020-01-26 16:38:57 +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
2020-11-18 23:26:21 +01:00
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
2020-01-26 16:38:57 +01:00
)
2020-08-01 19:52:43 +02:00
go 1.13