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 )