feat(wasm-plugin): add hmac-auth-apisix plugin (#2815)

This commit is contained in:
韩贤涛
2025-08-26 21:10:43 +08:00
committed by GitHub
parent c0ddbccbfe
commit b2ffeff7b8
5 changed files with 997 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
module hmac-auth-apisix
go 1.24.1
toolchain go1.24.4
require (
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20250611100342-5654e89a7a80
github.com/higress-group/wasm-go v1.0.1
github.com/stretchr/testify v1.9.0
github.com/tidwall/gjson v1.18.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tidwall/resp v0.1.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)