Ensure an id is included when serializing a log entry

This commit is contained in:
Dan Jones 2026-02-05 13:11:28 -06:00
commit 3b36055b1b
3 changed files with 16 additions and 1 deletions

1
go.mod
View file

@ -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