Initial import
This commit is contained in:
29
provider/okta/go.mod
Normal file
29
provider/okta/go.mod
Normal file
@@ -0,0 +1,29 @@
|
||||
module git.maze.io/maze/conduit/provider/okta
|
||||
|
||||
go 1.25.0
|
||||
|
||||
replace git.maze.io/maze/conduit => ../..
|
||||
|
||||
require (
|
||||
git.maze.io/maze/conduit v0.0.0-00010101000000-000000000000
|
||||
github.com/hashicorp/hcl/v2 v2.24.0
|
||||
github.com/okta/okta-sdk-golang v1.1.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/agext/levenshtein v1.2.1 // indirect
|
||||
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
||||
github.com/go-yaml/yaml v2.1.0+incompatible // indirect
|
||||
github.com/google/go-cmp v0.7.0 // indirect
|
||||
github.com/kelseyhightower/envconfig v1.3.0 // indirect
|
||||
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
||||
github.com/patrickmn/go-cache v0.0.0-20180815053127-5633e0862627 // indirect
|
||||
github.com/square/go-jose v2.4.1+incompatible // indirect
|
||||
github.com/zclconf/go-cty v1.16.3 // indirect
|
||||
golang.org/x/crypto v0.42.0 // indirect
|
||||
golang.org/x/mod v0.27.0 // indirect
|
||||
golang.org/x/sync v0.17.0 // indirect
|
||||
golang.org/x/text v0.29.0 // indirect
|
||||
golang.org/x/tools v0.36.0 // indirect
|
||||
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
|
||||
)
|
Reference in New Issue
Block a user