logrus/go.mod

10 lines
200 B
Modula-2
Raw Normal View History

2024-03-23 19:33:07 +00:00
module git.kcrawford.net/kcrawford/logrus
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.7.0
2022-07-19 06:45:10 +00:00
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
)
2019-10-13 23:39:54 +00:00
go 1.13