pledge genkeys

The simplest tool first:  genkeys only does standard I/O, nothing else.
This commit is contained in:
Klemens Nanni 2024-10-20 12:07:16 +03:00
parent eef613993f
commit 2bc1c2d90f
3 changed files with 9 additions and 0 deletions

1
go.mod
View file

@ -45,4 +45,5 @@ require (
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/vishvananda/netns v0.0.4 // indirect
suah.dev/protect v1.2.4
)