This commit is contained in:
2025-11-19 01:28:34 +03:00
parent 469879cfd9
commit 33e49e1a00
12 changed files with 659 additions and 0 deletions

28
go.mod Normal file
View File

@@ -0,0 +1,28 @@
module backend
go 1.24.9
require (
entgo.io/ent v0.14.5
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.0
github.com/joho/godotenv v1.5.1
github.com/lib/pq v1.10.9
github.com/rs/cors v1.11.1
)
require (
ariga.io/atlas v0.32.1-0.20250325101103-175b25e1c1b9 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
github.com/bmatcuk/doublestar v1.3.4 // indirect
github.com/go-openapi/inflect v0.19.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/hashicorp/hcl/v2 v2.18.1 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/zclconf/go-cty v1.14.4 // indirect
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
golang.org/x/mod v0.23.0 // indirect
golang.org/x/text v0.21.0 // indirect
)