first commit

This commit is contained in:
2025-08-23 23:10:53 -06:00
commit eb6f7c99f5
3 changed files with 89 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module gitea.codeathome.ovh/3fili3/go-1
go 1.25.0
require (
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.7.5 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/text v0.24.0 // indirect
)