accounts/light-idp/idp-server/go.mod
dependabot[bot] e557cc9070 build(deps): bump golang.org/x/crypto in /light-idp/idp-server (#677)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.36.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.45.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-04 19:47:12 +08:00

18 lines
405 B
Modula-2

module light-idp
go 1.24.0
require (
github.com/coreos/go-oidc/v3 v3.6.0
github.com/go-jose/go-jose/v3 v3.0.4
github.com/go-ldap/ldap/v3 v3.4.6
github.com/google/uuid v1.3.1
)
require (
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/oauth2 v0.27.0 // indirect
)