Codebase list golang-github-containerd-fifo / HEAD go.mod
HEAD

Tree @HEAD (Download .tar.gz)

go.mod @HEADraw · 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
)