build(deps): add ent and x libs dependencies

This commit is contained in:
dalbodeule
2025-11-26 16:32:54 +09:00
parent 98bc949db1
commit 4d5b7f15f3
19 changed files with 1111 additions and 0 deletions

8
go.mod
View File

@@ -1,3 +1,11 @@
module github.com/dalbodeule/hop-gate
go 1.25.4
require (
entgo.io/ent v0.14.5
github.com/google/uuid v1.3.0
golang.org/x/net v0.47.0
)
require golang.org/x/text v0.31.0 // indirect