|
module monica-proxy |
|
|
|
go 1.24 |
|
|
|
toolchain go1.24.0 |
|
|
|
require ( |
|
github.com/bytedance/sonic v1.12.9 |
|
github.com/go-resty/resty/v2 v2.16.5 |
|
github.com/google/uuid v1.6.0 |
|
github.com/labstack/echo/v4 v4.13.3 |
|
github.com/samber/lo v1.49.1 |
|
github.com/sashabaranov/go-openai v1.37.0 |
|
) |
|
|
|
require github.com/cespare/xxhash/v2 v2.3.0 |
|
|
|
require ( |
|
github.com/bytedance/sonic/loader v0.2.3 |
|
github.com/cloudwego/base64x v0.1.5 |
|
github.com/joho/godotenv v1.5.1 |
|
github.com/klauspost/cpuid/v2 v2.2.10 |
|
github.com/labstack/gommon v0.4.2 |
|
github.com/mattn/go-colorable v0.1.14 |
|
github.com/mattn/go-isatty v0.0.20 |
|
github.com/twitchyliquid64/golang-asm v0.15.1 |
|
github.com/valyala/bytebufferpool v1.0.0 |
|
github.com/valyala/fasttemplate v1.2.2 |
|
golang.org/x/arch v0.14.0 |
|
golang.org/x/crypto v0.35.0 |
|
golang.org/x/net v0.35.0 |
|
golang.org/x/sys v0.30.0 |
|
golang.org/x/text v0.22.0 |
|
golang.org/x/time v0.10.0 |
|
) |