mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-03 17:49:46 +00:00
* Update to Kubernetes v1.20.5
* vendor: bumps for some containerd deps
* go: bump to 1.16.2 for arm
Signed-off-by: Jacob Blain Christen <jacob@rancher.com>
(cherry picked from commit 355fff3017)
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
|
|
)
|