Codebase list golang-github-containerd-fifo / lintian-fixes/main go.mod
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

go.mod @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
9
module github.com/containerd/fifo

go 1.13

require (
	github.com/pkg/errors v0.9.1
	github.com/stretchr/testify v1.6.1
	golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
)