updates Go dependencies, refactors and expands unit tests for config, logging, OpenTelemetry, HTTP, and gRPC components

This commit is contained in:
2025-09-02 13:06:02 -04:00
parent 8d6297a0cb
commit c7e42a7544
9 changed files with 578 additions and 193 deletions

5
pkg/config/testdata/config.yaml vendored Normal file
View File

@@ -0,0 +1,5 @@
name: test-app
logging:
level: debug
http:
listen: "127.0.0.1:9090"