mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
9 lines
175 B
Modula-2
9 lines
175 B
Modula-2
module github.com/containerd/fifo
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/sys v0.0.0-20191210023423-ac6580df4449
|
|
)
|