-
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
ac077da
commit 70d8fa1
Showing
2,137 changed files
with
446,939 additions
and
32,262 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,15 @@ | ||
module github.com/okta/okta-sdk-golang/v2 | ||
module github.com/okta/okta-sdk-golang/v3 | ||
|
||
go 1.19 | ||
go 1.13 | ||
|
||
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/davecgh/go-spew v1.1.1 // indirect | ||
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/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // 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.