update dependencies

This commit is contained in:
2025-09-09 16:29:33 -06:00
parent bed54826d6
commit 550574fa0f
2 changed files with 34 additions and 23 deletions

12
go.mod
View File

@@ -1,15 +1,15 @@
module deadbeef.codes/steven/hyp
go 1.22.0
go 1.24.0
require (
github.com/cilium/ebpf v0.14.0
github.com/spf13/cobra v1.8.0
github.com/cilium/ebpf v0.19.0
github.com/spf13/cobra v1.10.1
)
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
github.com/spf13/pflag v1.0.10 // indirect
golang.org/x/sync v0.16.0 // indirect
golang.org/x/sys v0.36.0 // indirect
)