✨ Ensure an id is included when serializing a log entry
This commit is contained in:
parent
21534bb9c9
commit
3b36055b1b
3 changed files with 16 additions and 1 deletions
1
go.mod
1
go.mod
|
|
@ -5,6 +5,7 @@ go 1.21.5
|
|||
require (
|
||||
github.com/BurntSushi/toml v1.3.2
|
||||
github.com/caarlos0/env/v10 v10.0.0
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/markusmobius/go-dateparser v1.2.3
|
||||
github.com/mitchellh/mapstructure v1.5.0
|
||||
github.com/spf13/cobra v1.8.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue