initial commit

This commit is contained in:
Odweta
2026-03-19 09:23:13 +01:00
commit 12def174a4
7 changed files with 184 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module backend
go 1.26.1
require (
github.com/go-chi/chi/v5 v5.2.5 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.8.0 // indirect
golang.org/x/text v0.29.0 // indirect
)