-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
30 lines (27 loc) · 955 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
26
27
28
29
30
module github.com/AthenZ/athenz-authorizer/v5
go 1.23.1
require (
github.com/AthenZ/athenz v1.11.43
github.com/ardielle/ardielle-go v1.5.2
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/go-cmp v0.6.0
github.com/kpango/fastime v1.1.9
github.com/kpango/gache/v2 v2.1.0
github.com/kpango/glg v1.6.15
github.com/lestrrat-go/jwx v1.2.26
github.com/pkg/errors v0.9.1
golang.org/x/sync v0.4.0
)
require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
github.com/lestrrat-go/iter v1.0.2 // indirect
github.com/lestrrat-go/option v1.0.1 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/sys v0.13.0 // indirect
)