mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
21 lines
657 B
AMPL
21 lines
657 B
AMPL
module github.com/crewjam/saml
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/beevik/etree v1.1.0
|
|
github.com/crewjam/httperr v0.2.0
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
|
|
github.com/golang-jwt/jwt/v4 v4.1.0
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/kr/pretty v0.3.0
|
|
github.com/mattermost/xml-roundtrip-validator v0.1.0
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/russellhaering/goxmldsig v1.1.1
|
|
github.com/zenazn/goji v1.0.1
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
gotest.tools v2.2.0+incompatible
|
|
)
|