mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
cb36410868
Bumps [github.com/cilium/ebpf](https://github.com/cilium/ebpf) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/cilium/ebpf/releases) - [Commits](https://github.com/cilium/ebpf/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: github.com/cilium/ebpf dependency-type: direct:production update-type: version-update:semver-minor ... 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.14.0
|
|
github.com/google/go-cmp v0.5.6
|
|
golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34
|
|
)
|