mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-12 08:14:24 +00:00
17 lines
392 B
Modula-2
17 lines
392 B
Modula-2
module github.com/zitadel/typescript/acceptance/idp/saml
|
|
|
|
go 1.24.1
|
|
|
|
require (
|
|
github.com/crewjam/saml v0.4.14
|
|
github.com/mattermost/xml-roundtrip-validator v0.1.0
|
|
github.com/zenazn/goji v1.0.1
|
|
golang.org/x/crypto v0.36.0
|
|
)
|
|
|
|
require (
|
|
github.com/beevik/etree v1.1.0 // indirect
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
github.com/russellhaering/goxmldsig v1.3.0 // indirect
|
|
)
|