mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +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
|
||
|
)
|