Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dependency-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The `allowed_scopes` field determines which WSO2 products or components are perm
* `integrator`
* `moesif`
* `openchoreo`
* `thunder`
* `thunderid`
* `wso2cloud`

> **Note:** If a specific product or component is not yet represented, use your standard repository prefix in kebab-case (e.g., `api-manager`) when requesting a new scope in your PR.
Expand Down
14 changes: 14 additions & 0 deletions dependency-registry/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,20 @@ dependencies:
allowed_scopes:
- "*"

- module: google.golang.org/api
versions:
- version: ">=v0.288.0"
allowed_scopes:
- identity-platform
- thunderid

- module: cloud.google.com/go/auth
versions:
- version: ">=v0.22.0"
allowed_scopes:
- identity-platform
- thunderid

- module: github.com/jackc/pgx/v5
versions:
- version: ">=v5.8.0"
Expand Down
Loading