mirror of
https://github.com/alibaba/higress.git
synced 2026-03-01 23:20:52 +08:00
22 lines
537 B
Modula-2
22 lines
537 B
Modula-2
// File generated by hgctl. Modify as required.
|
|
|
|
module github.com/alibaba/higress/plugins/wasm-go/extensions/ai-cache
|
|
|
|
go 1.24.1
|
|
|
|
toolchain go1.24.4
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20250611100342-5654e89a7a80
|
|
github.com/higress-group/wasm-go v1.0.0
|
|
github.com/tidwall/gjson v1.18.0
|
|
github.com/tidwall/resp v0.1.1
|
|
// github.com/weaviate/weaviate-go-client/v4 v4.15.1
|
|
)
|
|
|
|
require (
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
)
|