29 lines
881 B
Modula-2
29 lines
881 B
Modula-2
module oai_server
|
|
|
|
go 1.24.0
|
|
|
|
toolchain go1.24.10
|
|
|
|
replace github.com/sglang/sglang-go-grpc-sdk => ../..
|
|
|
|
require (
|
|
github.com/sglang/sglang-go-grpc-sdk v0.0.0-00010101000000-000000000000
|
|
github.com/valyala/fasthttp v1.52.0
|
|
go.uber.org/zap v1.27.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.1.0 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/net v0.46.1-0.20251013234738-63d1a5100f82 // indirect
|
|
golang.org/x/sys v0.37.0 // indirect
|
|
golang.org/x/text v0.30.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20251022142026-3a174f9686a8 // indirect
|
|
google.golang.org/grpc v1.77.0 // indirect
|
|
google.golang.org/protobuf v1.36.10 // indirect
|
|
)
|