forked from okta/okta-governance-sdk-golang
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (25 loc) · 915 Bytes
/
go.mod
File metadata and controls
29 lines (25 loc) · 915 Bytes
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
module github.com/okta/okta-governance-sdk-golang
go 1.23.0
toolchain go1.24.0
require (
github.com/cenkalti/backoff/v4 v4.3.0
github.com/go-jose/go-jose/v3 v3.0.4
github.com/google/uuid v1.6.0
github.com/lestrrat-go/jwx v1.2.31
github.com/okta/okta-sdk-golang/v5 v5.0.6
github.com/patrickmn/go-cache v2.1.0+incompatible
golang.org/x/oauth2 v0.30.0
)
require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
github.com/goccy/go-json v0.10.5 // indirect
github.com/kelseyhightower/envconfig v1.4.0 // 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/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.35.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)