File: go.mod

package info (click to toggle)
golang-github-containerd-log 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
module github.com/containerd/log

go 1.20

require github.com/sirupsen/logrus v1.9.3

require (
	github.com/stretchr/testify v1.8.2 // indirect
	golang.org/x/sys v0.7.0 // indirect
)