-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 768 Bytes
/
Copy pathgo.mod
File metadata and controls
24 lines (21 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/smhanov/auth
go 1.24.0
require (
github.com/crewjam/saml v0.4.14
github.com/jmoiron/sqlx v1.4.0
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
github.com/mattn/go-sqlite3 v1.14.22
golang.org/x/crypto v0.45.0
golang.org/x/oauth2 v0.34.0
)
require (
cloud.google.com/go/compute/metadata v0.3.0 // indirect
github.com/beevik/etree v1.6.0 // indirect
github.com/crewjam/httperr v0.2.0 // indirect
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/jonboulle/clockwork v0.5.0 // indirect
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/russellhaering/goxmldsig v1.6.0 // indirect
)