log stuff added

This commit is contained in:
ycc
2024-07-16 10:49:36 +02:00
parent dccfc1852f
commit eae7418fbc
4 changed files with 161 additions and 0 deletions

8
go.mod
View File

@@ -1,3 +1,11 @@
module oc-lib
go 1.22.0
require github.com/rs/zerolog v1.33.0
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
golang.org/x/sys v0.12.0 // indirect
)