-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
65eaaba
commit 9a97fb1
Showing
2,537 changed files
with
532,200 additions
and
32,259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,24 @@ | ||
module github.com/okta/okta-sdk-golang/v2 | ||
module github.com/okta/okta-sdk-golang/v3 | ||
|
||
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.0 | ||
github.com/jarcoal/httpmock v1.2.0 | ||
github.com/kelseyhightower/envconfig v1.4.0 | ||
github.com/patrickmn/go-cache v0.0.0-20180815053127-5633e0862627 | ||
github.com/stretchr/testify v1.7.1 | ||
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/google/go-cmp v0.5.8 // indirect | ||
github.com/golang/protobuf v1.4.2 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect | ||
) | ||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect | ||
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect | ||
google.golang.org/appengine v1.6.6 // indirect | ||
google.golang.org/protobuf v1.25.0 // indirect | ||
) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.