mirror of
https://github.com/alibaba/higress.git
synced 2026-02-27 22:20:57 +08:00
28 lines
896 B
Modula-2
28 lines
896 B
Modula-2
module oidc
|
|
|
|
go 1.19
|
|
|
|
replace github.com/alibaba/higress/plugins/wasm-go => ../..
|
|
|
|
require (
|
|
github.com/alibaba/higress/plugins/wasm-go v0.0.0-20230807053545-d307d0e755f1
|
|
github.com/go-jose/go-jose/v3 v3.0.0
|
|
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20240327114451-d6b7174a84fc
|
|
github.com/tidwall/gjson v1.14.3
|
|
golang.org/x/oauth2 v0.11.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
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 // indirect
|
|
golang.org/x/crypto v0.12.0 // indirect
|
|
golang.org/x/net v0.14.0 // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|