-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 815 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
module github.com/twoojoo/dexctl
go 1.21.5
require (
github.com/coreos/go-oidc/v3 v3.9.0
github.com/dexidp/dex/api/v2 v2.1.0
github.com/google/uuid v1.5.0
github.com/urfave/cli v1.22.14
golang.org/x/oauth2 v0.15.0
google.golang.org/grpc v1.60.1
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/crypto v0.16.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231002182017-d307bd883b97 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)