-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (25 loc) · 903 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
module github.com/oidc-mytoken/utils
go 1.21
require (
github.com/coreos/go-oidc/v3 v3.10.0
github.com/go-resty/resty/v2 v2.13.1
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/jinzhu/copier v0.4.0
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.54.0
)
require (
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/go-jose/go-jose/v4 v4.0.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/klauspost/compress v1.17.7 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/net v0.25.0 // indirect
golang.org/x/oauth2 v0.13.0 // indirect
golang.org/x/sys v0.20.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)