Steven Polley
af0c955987
All checks were successful
continuous-integration/drone/push Build is passing
16 lines
336 B
Modula-2
16 lines
336 B
Modula-2
module deadbeef.codes/steven/hyp
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.14.0
|
|
github.com/spf13/cobra v1.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
|
|
golang.org/x/sys v0.19.0 // indirect
|
|
)
|