mirror of
https://github.com/alibaba/higress.git
synced 2026-02-24 20:50:51 +08:00
36 lines
1.3 KiB
Modula-2
36 lines
1.3 KiB
Modula-2
module github.com/alibaba/higress/plugins/wasm-go/extensions/oidc
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.5
|
|
|
|
replace github.com/alibaba/higress/plugins/wasm-go => ../..
|
|
|
|
require (
|
|
github.com/alibaba/higress/plugins/wasm-go v1.3.6-0.20240531060402-2807ddfbb79e
|
|
github.com/higress-group/oauth2-proxy v1.0.0
|
|
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20240711023527-ba358c48772f
|
|
github.com/tidwall/gjson v1.17.1
|
|
)
|
|
|
|
require (
|
|
github.com/benbjohnson/clock v1.3.5 // indirect
|
|
github.com/bitly/go-simplejson v0.5.1 // indirect
|
|
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
|
github.com/higress-group/nottinygc v0.0.0-20231101025119-e93c4c2f8520 // indirect
|
|
github.com/justinas/alice v1.2.0 // indirect
|
|
github.com/magefile/mage v1.15.1-0.20230912152418-9f54e0f83e2a // indirect
|
|
github.com/ohler55/ojg v1.22.0 // indirect
|
|
github.com/spf13/cast v1.6.0 // indirect
|
|
github.com/tetratelabs/wazero v1.7.2 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tidwall/resp v0.1.1 // indirect
|
|
github.com/wasilibs/go-re2 v1.6.0 // indirect
|
|
golang.org/x/crypto v0.23.0 // indirect
|
|
golang.org/x/oauth2 v0.20.0 // indirect
|
|
golang.org/x/sys v0.21.0 // indirect
|
|
)
|