chore: use common header parsing

This commit is contained in:
Grendgi
2026-06-17 14:19:13 +03:00
parent 703f544cdf
commit ea2063ff40
3 changed files with 12 additions and 17 deletions

7
go.mod
View File

@@ -1,8 +1,11 @@
module monitoring-pf
go 1.25.0
go 1.25.7
require modernc.org/sqlite v1.50.1
require (
gitea.estateliga.work/admin/portal-common v0.3.0
modernc.org/sqlite v1.50.1
)
require (
github.com/dustin/go-humanize v1.0.1 // indirect