-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
67 lines (64 loc) · 2.75 KB
/
Copy pathgo.mod
File metadata and controls
67 lines (64 loc) · 2.75 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
module github.com/go-oidfed/offa
go 1.26.0
require (
github.com/adam-hanna/arrayOperations v1.0.1
github.com/bradfitz/gomemcache v0.0.0-20260422231931-4d751bb6e37c
github.com/coreos/go-oidc/v3 v3.20.0
github.com/go-oidfed/lib v0.11.1
github.com/go-resty/resty/v2 v2.17.2
github.com/gofiber/fiber/v2 v2.52.15
github.com/gofiber/template/mustache/v2 v2.0.14
github.com/lestrrat-go/jwx/v4 v4.3.0
github.com/pkg/errors v0.9.1
github.com/redis/go-redis/v9 v9.22.0
github.com/rs/zerolog v1.35.1
github.com/valyala/fasthttp v1.73.0
github.com/vmihailenco/msgpack/v5 v5.4.1
github.com/zachmann/go-utils v0.0.0-20260709061248-d06e3e0557c4
golang.org/x/oauth2 v0.36.0
gopkg.in/yaml.v3 v3.0.1
)
require (
filippo.io/mldsa v0.0.0-20260711112038-ff3f469cee29 // indirect
github.com/TwiN/gocache/v2 v2.4.0 // indirect
github.com/andybalholm/brotli v1.2.2 // indirect
github.com/cbroglie/mustache v1.4.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/cloudflare/circl v1.6.4 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.1 // indirect
github.com/eclipse-keypont/crypto11 v1.6.8 // indirect
github.com/fatih/structs v1.1.0 // indirect
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
github.com/gofiber/template v1.8.3 // indirect
github.com/gofiber/utils v1.2.0 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jarcoal/httpmock v1.4.2 // indirect
github.com/jwx-go/compsig/v4 v4.0.4 // indirect
github.com/jwx-go/ed448/v4 v4.0.4 // indirect
github.com/jwx-go/es256k/v4 v4.0.4 // indirect
github.com/jwx-go/mldsa/v4 v4.0.4 // indirect
github.com/klauspost/compress v1.19.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lestrrat-go/dsig v1.3.0 // indirect
github.com/lestrrat-go/dsig-circl-ed448 v1.0.0 // indirect
github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect
github.com/lestrrat-go/option/v3 v3.0.0-alpha1 // indirect
github.com/lithammer/fuzzysearch v1.1.8 // indirect
github.com/mattn/go-colorable v0.1.15 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/mattn/go-runewidth v0.0.27 // indirect
github.com/miekg/pkcs11 v1.1.2 // indirect
github.com/scylladb/go-set v1.0.3-0.20200225121959-cc7b2070d91e // indirect
github.com/sirupsen/logrus v1.9.4 // indirect
github.com/thales-e-security/pool v0.0.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fastjson v1.6.10 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/crypto v0.55.0 // indirect
golang.org/x/net v0.57.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/text v0.41.0 // indirect
)