Codebase list golang-github-containerd-fifo / upstream/1.0.0+git20221027.1.d1f554c go.mod
upstream/1.0.0+git20221027.1.d1f554c

Tree @upstream/1.0.0+git20221027.1.d1f554c (Download .tar.gz)

go.mod @upstream/1.0.0+git20221027.1.d1f554craw · history · blame

module github.com/containerd/fifo

go 1.18

require (
	github.com/stretchr/testify v1.8.0
	golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
)

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.1 // indirect
)