mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
4949da46f1
- [CVE-2019-19921](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19921) See https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc10
9 lines
135 B
Modula-2
9 lines
135 B
Modula-2
module github.com/cilium/ebpf
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/pkg/errors v0.8.1
|
|
golang.org/x/sys v0.0.0-20191022100944-742c48ecaeb7
|
|
)
|