mirror of
https://github.com/moby/moby.git
synced 2026-07-24 16:26:51 +00:00
10 lines
175 B
Modula-2
10 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
|
|
)
|