mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-10 01:44:21 +01:00
Update our containerd vendoring. In particular, we're interested in grabbing the updated annotation definitions for defining sandbox sizing. - go get github.com/containerd/containerd@v1.6.0-beta.4 - edit go.mod to remove containerd v1.5.8 replacement directive - go mod vendor - go mod tidy Fixes: #3276 Signed-off-by: Eric Ernst <eric_ernst@apple.com>
18 lines
489 B
Modula-2
18 lines
489 B
Modula-2
module github.com/containerd/cgroups
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.4.0
|
|
github.com/coreos/go-systemd/v22 v22.3.2
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/godbus/dbus/v5 v5.0.4
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/opencontainers/runtime-spec v1.0.2
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/stretchr/testify v1.6.1
|
|
github.com/urfave/cli v1.22.2
|
|
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
|
|
)
|