feat: install uuid and pgx pkgs

This commit is contained in:
2025-05-18 11:48:23 +02:00
parent 76f64f16ba
commit 4a62dee4c2
2 changed files with 34 additions and 0 deletions

11
go.mod
View File

@ -1,3 +1,14 @@
module gitea.local/admin/hspguard
go 1.24.3
require (
github.com/google/uuid v1.6.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx v3.6.2+incompatible // indirect
github.com/jackc/pgx/v5 v5.7.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.38.0 // indirect
golang.org/x/text v0.25.0 // indirect
)