This commit is contained in:
lhj
2024-09-12 01:11:03 +08:00
parent 118e1ec0a5
commit c7a02db8fe
8 changed files with 203 additions and 0 deletions

14
go.mod Normal file
View File

@ -0,0 +1,14 @@
module ssoService
go 1.22
require (
github.com/coreos/go-oidc v2.2.1+incompatible
golang.org/x/oauth2 v0.23.0
)
require (
github.com/pquerna/cachecontrol v0.2.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)