feat(http/mw): request id middleware with context propagation

This commit is contained in:
2026-04-28 15:04:00 +08:00
parent 98c9ce139f
commit 5bd56de013
4 changed files with 89 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ require (
github.com/go-chi/chi/v5 v5.2.5
github.com/golang-migrate/migrate/v4 v4.19.1
github.com/jackc/pgx/v5 v5.9.2
github.com/oklog/ulid/v2 v2.1.1
github.com/spf13/viper v1.21.0
github.com/stretchr/testify v1.11.1
github.com/testcontainers/testcontainers-go/modules/postgres v0.42.0