378208c6ae
* Dependency: Bump our SAML Library to the latest version Fixes a non-obligatory check for RSA encrypted assertions. Previously they required a certificate embedded in the assertion, this is not mandatory according to the SAML standard.
19 lines
650 B
Modula-2
19 lines
650 B
Modula-2
module github.com/crewjam/saml
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/beevik/etree v1.0.1
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/jonboulle/clockwork v0.1.0 // indirect
|
|
github.com/kr/pretty v0.1.0
|
|
github.com/russellhaering/goxmldsig v0.0.0-20180430223755-7acd5e4a6ef7
|
|
github.com/stretchr/testify v1.4.0
|
|
github.com/zenazn/goji v0.9.1-0.20160507202103-64eb34159fe5
|
|
golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
|
)
|