Row-proxy / go.mod
Moge-Row's picture
downgrade net to 0.38
331b496
raw
history blame contribute delete
221 Bytes
module zai-proxy
go 1.23.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.38.0
)
require github.com/stretchr/testify v1.11.1 // indirect