mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-03 17:10:19 +00:00
Moves vendoring over to Go modules. Fixes issues found by Go Vet in Go 1.16 Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
10 lines
175 B
Modula-2
Vendored
10 lines
175 B
Modula-2
Vendored
module github.com/containerd/fifo
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
)
|