-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (35 loc) · 1.37 KB
/
Copy pathgo.mod
File metadata and controls
38 lines (35 loc) · 1.37 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/glincker/theauth-go
go 1.25.0
require (
github.com/beevik/etree v1.5.0
github.com/crewjam/saml v0.5.1
github.com/glincker/theauth-go/mcpresource v0.0.0-20260622181835-520da3c8360d
github.com/go-chi/chi/v5 v5.3.0
github.com/go-webauthn/webauthn v0.13.4
github.com/jackc/pgx/v5 v5.10.0
github.com/oklog/ulid/v2 v2.1.1
github.com/pquerna/otp v1.4.0
github.com/russellhaering/goxmldsig v1.4.0
golang.org/x/crypto v0.53.0
golang.org/x/time v0.15.0
)
require (
filippo.io/edwards25519 v1.2.0 // indirect
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
github.com/go-sql-driver/mysql v1.10.0 // indirect
github.com/go-webauthn/x v0.1.23 // indirect
github.com/golang-jwt/jwt/v5 v5.2.3 // indirect
github.com/google/go-tpm v0.9.5 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/mattermost/xml-roundtrip-validator v0.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/text v0.38.0 // indirect
)