ebpf-playground/go.mod

11 lines
212 B
Modula-2
Raw Permalink Normal View History

2024-04-14 00:47:17 +00:00
module deadbeef.codes/steven/ebpf-playground
go 1.22.2
require github.com/cilium/ebpf v0.14.0
require (
golang.org/x/exp v0.0.0-20230224173230-c95f2b4c22f2 // indirect
golang.org/x/sys v0.15.0 // indirect
)