chore: use common header parsing

This commit is contained in:
Grendgi
2026-06-17 14:19:13 +03:00
parent 73afcb64d5
commit 7f7f2427cb
3 changed files with 9 additions and 18 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module monitoring-tg
go 1.25.7
require (
gitea.estateliga.work/admin/portal-common v0.3.0
github.com/jackc/pgx/v5 v5.9.1
github.com/minio/minio-go/v7 v7.2.0
)