mirror of
https://github.com/alibaba/higress.git
synced 2026-03-05 00:50:53 +08:00
26 lines
774 B
Modula-2
26 lines
774 B
Modula-2
module github.com/alibaba/higress/plugins/wasm-go/extensions/ai-load-balancer
|
|
|
|
go 1.24.1
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20250822030947-8345453fddd0
|
|
github.com/higress-group/wasm-go v1.0.2-0.20250821081215-b573359becf8
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/prometheus/client_model v0.6.2
|
|
github.com/tidwall/gjson v1.18.0
|
|
github.com/tidwall/resp v0.1.1
|
|
go.uber.org/multierr v1.11.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/prometheus/common v0.64.0
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
)
|
|
|
|
require github.com/tidwall/sjson v1.2.5 // indirect
|