Row-proxy / go.mod
Moge-Row's picture
row-proxy inicial
7fa88ca
raw
history blame
164 Bytes
module zai-proxy
go 1.25.0
require (
github.com/corpix/uarand v0.2.0
github.com/google/uuid v1.6.0
github.com/joho/godotenv v1.5.1
golang.org/x/net v0.52.0
)