2 Commits

Author SHA1 Message Date
yo
3e4cdd6f35 Update readme 2023-12-18 14:00:28 +01:00
yo
f4314a8940 go version bump to 1.18 2023-12-18 13:13:51 +01:00
2 changed files with 3 additions and 1 deletions

View File

@ -8,3 +8,5 @@ See http://www.trustedbsd.org/openbsm.html
Include a binary "godit" which print audit logs in text or json format
Godit can read log files, /dev/auditpipe, or stdin with "-"
godit can be run as a service with included rc file. It needs audit to be configured to output to /dev/auditpipe.

2
go.mod
View File

@ -1,5 +1,5 @@
module godit
go 1.17
go 1.18
require github.com/spf13/pflag v1.0.5