forked from crewjam/saml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (18 loc) · 755 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/crewjam/saml
go 1.13
require (
github.com/beevik/etree v1.1.0
github.com/crewjam/httperr v0.0.0-20190612203328-a946449404da
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.2.0
github.com/pkg/errors v0.8.1 // indirect
github.com/russellhaering/goxmldsig v0.0.0-20180430223755-7acd5e4a6ef7
github.com/stretchr/testify v1.5.1
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
)