feat(go): advance validation sidecar toward production

This commit is contained in:
Luna 2026-07-22 01:52:19 -07:00
parent 6a06eba255
commit f85c2e831a
No known key found for this signature in database
92 changed files with 8881 additions and 91 deletions

View file

@ -1,3 +1,8 @@
module codeberg.org/anassaeneroi/enodia-sentinal/go-agent
go 1.23
go 1.25.0
require (
github.com/cilium/ebpf v0.22.0
golang.org/x/sys v0.43.0
)