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