-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (19 loc) · 647 Bytes
/
go.mod
File metadata and controls
22 lines (19 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/dexidp/dex/examples
go 1.25.0
require (
github.com/coreos/go-oidc/v3 v3.17.0
github.com/dexidp/dex/api/v2 v2.4.0
github.com/spf13/cobra v1.10.2
golang.org/x/oauth2 v0.36.0
google.golang.org/grpc v1.80.0
)
require (
github.com/go-jose/go-jose/v4 v4.1.4 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/net v0.49.0 // indirect
golang.org/x/sys v0.40.0 // indirect
golang.org/x/text v0.33.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260120221211-b8f7ae30c516 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)