2024-04-11 03:42:38 +00:00
|
|
|
module deadbeef.codes/steven/hyp
|
|
|
|
|
|
|
|
go 1.22.0
|
|
|
|
|
|
|
|
require (
|
2024-04-14 03:22:22 +00:00
|
|
|
github.com/cilium/ebpf v0.14.0
|
2024-04-11 03:42:38 +00:00
|
|
|
github.com/spf13/cobra v1.8.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-04-14 03:22:22 +00:00
|
|
|
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8 // indirect
|
|
|
|
golang.org/x/sys v0.19.0 // indirect
|
2024-04-11 03:42:38 +00:00
|
|
|
)
|