mirror of
https://github.com/dalbodeule/hop-gate.git
synced 2025-12-07 20:35:44 +09:00
12 lines
188 B
Modula-2
12 lines
188 B
Modula-2
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
|