logrus/go.mod

16 lines
363 B
Modula-2
Raw Permalink Normal View History

2024-03-23 19:33:07 +00:00
module git.kcrawford.net/kcrawford/logrus
require (
2024-03-25 13:39:33 +00:00
github.com/sirupsen/logrus v1.9.3
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
2024-03-25 13:39:33 +00:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
2024-03-25 12:47:08 +00:00
go 1.22