Skip to content

Commit

Permalink
Add generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
duytiennguyen-okta committed May 22, 2024
1 parent 90b60d8 commit 77917a5
Show file tree
Hide file tree
Showing 2,262 changed files with 523,272 additions and 32,257 deletions.
26 changes: 20 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,20 +1,34 @@
module github.com/okta/okta-sdk-golang/v2
module github.com/okta/okta-sdk-golang/v4

go 1.19
go 1.20

require (
github.com/BurntSushi/toml v1.1.0
github.com/cenkalti/backoff/v4 v4.1.3
github.com/go-jose/go-jose/v3 v3.0.3
github.com/jarcoal/httpmock v1.2.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/lestrrat-go/jwx v1.2.29
github.com/patrickmn/go-cache v0.0.0-20180815053127-5633e0862627
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.9.0
golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/uuid v1.6.0
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
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
)
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/net v0.21.0 // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)
390 changes: 385 additions & 5 deletions go.sum

Large diffs are not rendered by default.

1,550 changes: 1,550 additions & 0 deletions okta/README.md

Large diffs are not rendered by default.

80 changes: 0 additions & 80 deletions okta/accessPolicy.go

This file was deleted.

33 changes: 0 additions & 33 deletions okta/accessPolicyConstraint.go

This file was deleted.

32 changes: 0 additions & 32 deletions okta/accessPolicyConstraints.go

This file was deleted.

80 changes: 0 additions & 80 deletions okta/accessPolicyRule.go

This file was deleted.

37 changes: 0 additions & 37 deletions okta/accessPolicyRuleActions.go

This file was deleted.

32 changes: 0 additions & 32 deletions okta/accessPolicyRuleApplicationSignOn.go

This file was deleted.

53 changes: 0 additions & 53 deletions okta/accessPolicyRuleConditions.go

This file was deleted.

Loading

0 comments on commit 77917a5

Please sign in to comment.