-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (29 loc) · 1.09 KB
/
go.mod
File metadata and controls
32 lines (29 loc) · 1.09 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
module github.com/oidc-mytoken/utils
go 1.24.0
require (
github.com/coreos/go-oidc/v3 v3.16.0
github.com/go-resty/resty/v2 v2.16.5
github.com/jinzhu/copier v0.4.0
github.com/lestrrat-go/jwx v1.2.31
github.com/oidc-mytoken/api v0.11.2-0.20240426092102-fa4d583a79ad
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/valyala/fasthttp v1.68.0
)
require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/klauspost/compress v1.18.1 // 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/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/crypto v0.43.0 // indirect
golang.org/x/net v0.46.0 // indirect
golang.org/x/oauth2 v0.28.0 // indirect
golang.org/x/sys v0.37.0 // indirect
)