Skip to content

Commit 149d9a9

Browse files
Add generated code
1 parent 6739ea3 commit 149d9a9

File tree

2,262 files changed

+523274
-32257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,262 files changed

+523274
-32257
lines changed

go.mod

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,34 @@
1-
module github.com/okta/okta-sdk-golang/v2
1+
module github.com/okta/okta-sdk-golang/v4
22

3-
go 1.19
3+
go 1.20
44

55
require (
6-
github.com/BurntSushi/toml v1.1.0
76
github.com/cenkalti/backoff/v4 v4.1.3
87
github.com/go-jose/go-jose/v3 v3.0.3
98
github.com/jarcoal/httpmock v1.2.0
109
github.com/kelseyhightower/envconfig v1.4.0
10+
github.com/lestrrat-go/jwx v1.2.29
1111
github.com/patrickmn/go-cache v0.0.0-20180815053127-5633e0862627
12-
github.com/stretchr/testify v1.7.1
12+
github.com/stretchr/testify v1.9.0
13+
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
1314
gopkg.in/yaml.v3 v3.0.1
1415
)
1516

1617
require (
1718
github.com/davecgh/go-spew v1.1.1 // indirect
19+
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
20+
github.com/goccy/go-json v0.10.2 // indirect
21+
github.com/golang/protobuf v1.4.2 // indirect
22+
github.com/google/uuid v1.6.0
23+
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
24+
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
25+
github.com/lestrrat-go/httpcc v1.0.1 // indirect
26+
github.com/lestrrat-go/iter v1.0.2 // indirect
27+
github.com/lestrrat-go/option v1.0.1 // indirect
28+
github.com/pkg/errors v0.9.1 // indirect
1829
github.com/pmezard/go-difflib v1.0.0 // indirect
19-
golang.org/x/crypto v0.19.0 // indirect
20-
)
30+
golang.org/x/crypto v0.21.0 // indirect
31+
golang.org/x/net v0.21.0 // indirect
32+
google.golang.org/appengine v1.6.6 // indirect
33+
google.golang.org/protobuf v1.25.0 // indirect
34+
)

go.sum

Lines changed: 385 additions & 5 deletions
Large diffs are not rendered by default.

okta/README.md

Lines changed: 1550 additions & 0 deletions
Large diffs are not rendered by default.

okta/accessPolicy.go

Lines changed: 0 additions & 80 deletions
This file was deleted.

okta/accessPolicyConstraint.go

Lines changed: 0 additions & 33 deletions
This file was deleted.

okta/accessPolicyConstraints.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

okta/accessPolicyRule.go

Lines changed: 0 additions & 80 deletions
This file was deleted.

okta/accessPolicyRuleActions.go

Lines changed: 0 additions & 37 deletions
This file was deleted.

okta/accessPolicyRuleApplicationSignOn.go

Lines changed: 0 additions & 32 deletions
This file was deleted.

okta/accessPolicyRuleConditions.go

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)