2021-03-19 18:50:37 +00:00
|
|
|
module github.com/containerd/fifo
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
2021-07-20 17:59:04 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
|
|
|
github.com/stretchr/testify v1.6.1
|
|
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
2021-03-19 18:50:37 +00:00
|
|
|
)
|