Add logging

This commit is contained in:
2022-09-10 00:09:09 +02:00
parent 8ceb4452f9
commit af142c4b09
9 changed files with 170 additions and 0 deletions

9
go.mod
View File

@@ -1,3 +1,12 @@
module git.front.kjuulh.io/kjuulh/kraken
go 1.19
require (
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/spf13/cobra v1.5.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.0 // indirect
)