mirror of
https://github.com/safedep/pmg.git
synced 2026-08-03 07:24:09 +02:00
9 lines
122 B
AMPL
9 lines
122 B
AMPL
module ebpf-poc
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.22.0 // indirect
|
|
golang.org/x/sys v0.43.0 // indirect
|
|
)
|