forked from crewjam/saml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 851 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/meftunca/fiber-saml
go 1.16
require (
github.com/beevik/etree v1.1.0
github.com/dchest/uniuri v1.2.0
github.com/gofiber/fiber/v2 v2.42.0
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/go-cmp v0.5.9
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattermost/xml-roundtrip-validator v0.1.0
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/russellhaering/goxmldsig v1.3.0
github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect
github.com/stretchr/testify v1.8.1
github.com/tinylib/msgp v1.1.8 // indirect
github.com/valyala/fasthttp v1.45.0 // indirect
github.com/zenazn/goji v1.0.1
golang.org/x/crypto v0.7.0
gotest.tools v2.2.0+incompatible
)