mirror of
https://github.com/alibaba/higress.git
synced 2026-05-22 03:37:26 +08:00
add plugin: ai-token-ratelimit (#1015)
This commit is contained in:
25
plugins/wasm-go/extensions/ai-token-ratelimit/go.mod
Normal file
25
plugins/wasm-go/extensions/ai-token-ratelimit/go.mod
Normal file
@@ -0,0 +1,25 @@
|
||||
module ai-token-ratelimit
|
||||
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/alibaba/higress/plugins/wasm-go v1.4.1-0.20240617024146-5f150179637c
|
||||
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20240327114451-d6b7174a84fc
|
||||
github.com/tidwall/gjson v1.14.3
|
||||
github.com/wasilibs/go-re2 v1.5.3
|
||||
github.com/zmap/go-iptree v0.0.0-20210731043055-d4e632617837
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/asergeyev/nradix v0.0.0-20170505151046-3872ab85bb56 // indirect
|
||||
github.com/tetratelabs/wazero v1.7.1 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/uuid v1.3.0 // indirect
|
||||
github.com/higress-group/nottinygc v0.0.0-20231101025119-e93c4c2f8520 // indirect
|
||||
github.com/magefile/mage v1.14.0 // indirect
|
||||
github.com/tidwall/match v1.1.1 // indirect
|
||||
github.com/tidwall/pretty v1.2.0 // indirect
|
||||
github.com/tidwall/resp v0.1.1
|
||||
)
|
||||
Reference in New Issue
Block a user