move oidcHandler from global to pluginconfig (#1601)

This commit is contained in:
rinfx
2024-12-26 19:15:20 +08:00
committed by GitHub
parent 579c986915
commit 2a4e55d46f
3 changed files with 10 additions and 21 deletions

View File

@@ -1,8 +1,8 @@
module github.com/alibaba/higress/plugins/wasm-go/extensions/oidc
go 1.21
go 1.20
toolchain go1.22.5
// toolchain go1.22.5
replace github.com/alibaba/higress/plugins/wasm-go => ../..