diff --git a/dependency-registry/README.md b/dependency-registry/README.md index 74f0384..0af96d2 100644 --- a/dependency-registry/README.md +++ b/dependency-registry/README.md @@ -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. diff --git a/dependency-registry/go.yaml b/dependency-registry/go.yaml index c8b79a2..4bbbd67 100644 --- a/dependency-registry/go.yaml +++ b/dependency-registry/go.yaml @@ -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"