logger: add compat option name
Some checks failed
coverage / build (push) Failing after 2s
test / test (push) Failing after 0s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2026-02-03 11:57:56 +03:00
parent 1511423ff2
commit 3a3024c05f
3 changed files with 12 additions and 6 deletions

4
go.mod
View File

@@ -15,10 +15,10 @@ require (
github.com/stretchr/testify v1.11.1
go.uber.org/atomic v1.11.0
go.unistack.org/micro-proto/v4 v4.1.0
golang.org/x/sync v0.17.0
golang.org/x/sync v0.19.0
golang.yandex/hasql/v2 v2.1.0
google.golang.org/grpc v1.76.0
google.golang.org/protobuf v1.36.10
google.golang.org/protobuf v1.36.11
)
require (