mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-07 08:24:23 +01:00
Bumps [github.com/containerd/containerd](https://github.com/containerd/containerd) from 1.6.1 to 1.6.6. - [Release notes](https://github.com/containerd/containerd/releases) - [Changelog](https://github.com/containerd/containerd/blob/main/RELEASES.md) - [Commits](https://github.com/containerd/containerd/compare/v1.6.1...v1.6.6) --- updated-dependencies: - dependency-name: github.com/containerd/containerd dependency-type: direct:production ... Fixes: #4421 Signed-off-by: dependabot[bot] <support@github.com>
10 lines
177 B
Modula-2
10 lines
177 B
Modula-2
module github.com/cilium/ebpf
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/frankban/quicktest v1.11.3
|
|
github.com/google/go-cmp v0.5.4
|
|
golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34
|
|
)
|