Log motor state with logrus

This commit is contained in:
AntoineH 2024-09-05 10:19:31 +02:00
parent ba40981076
commit 969bbdc6d1
3 changed files with 32 additions and 4 deletions

1
go.mod
View file

@ -17,6 +17,7 @@ require (
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect