jb / go.mod
caidaoli's picture
ε‡ηΊ§ζ‰€ζœ‰δΎθ΅–εŒ…εˆ°ζœ€ζ–°η‰ˆζœ¬οΌŒεŒ…ζ‹¬οΌš
fb90028
module ai-proxy
go 1.24
require (
github.com/bytedance/sonic v1.14.0-rc1
github.com/go-resty/resty/v2 v2.16.5
github.com/joho/godotenv v1.5.1
github.com/labstack/echo/v4 v4.13.4
github.com/pkoukk/tiktoken-go v0.1.7
github.com/sashabaranov/go-openai v1.40.3
)
require (
github.com/bytedance/sonic/loader v0.2.5-0.20250615173055-5c2186ca22ef // indirect
github.com/cloudwego/base64x v0.1.5 // indirect
github.com/dlclark/regexp2 v1.11.5 // indirect
github.com/golang-jwt/jwt/v5 v5.2.2
github.com/google/uuid v1.6.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.11 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/arch v0.18.0 // indirect
golang.org/x/crypto v0.39.0 // indirect
golang.org/x/net v0.41.0 // indirect
golang.org/x/sys v0.33.0 // indirect
golang.org/x/text v0.26.0 // indirect
golang.org/x/time v0.12.0 // indirect
)