1module github.com/containerd/log 2 3go 1.20 4 5require github.com/sirupsen/logrus v1.9.3 6 7require ( 8 github.com/stretchr/testify v1.8.2 // indirect 9 golang.org/x/sys v0.7.0 // indirect 10)
View as plain text