Skip to content

Commit

Permalink
chore(all): update module github.com/google/go-github/v52 to v58 (#2397)
Browse files Browse the repository at this point in the history
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/google/go-github/v52](https://github.com/google/go-github) | `v52.0.0` -> `v58.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv52/v58.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoogle%2fgo-github%2fv52/v58.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoogle%2fgo-github%2fv52/v52.0.0/v58.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-github%2fv52/v52.0.0/v58.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>google/go-github (github.com/google/go-github/v52)</summary>

### [`v58.0.0`](https://github.com/google/go-github/releases/tag/v58.0.0)

[Compare Source](https://github.com/google/go-github/compare/v57.0.0...v58.0.0)

This release contains the following breaking API changes:

-   Fix broken CreateOrUpdateRepoCustomPropertyValues ([#&#8203;3023](https://github.com/google/go-github/issues/3023))
-   Remove ambiguous fields from AuditEntry ([#&#8203;3017](https://github.com/google/go-github/issues/3017))

...and the following additional changes:

-   Bump go-github from v56 to v57 in /scrape ([#&#8203;3010](https://github.com/google/go-github/issues/3010))
-   Update metadata ([#&#8203;3012](https://github.com/google/go-github/issues/3012))
-   Bump actions/setup-go from 4 to 5 ([#&#8203;3027](https://github.com/google/go-github/issues/3027))
-   Add scanning validity checks ([#&#8203;3026](https://github.com/google/go-github/issues/3026))
-   Add Referrer field to AuditEntry ([#&#8203;3032](https://github.com/google/go-github/issues/3032))
-   Add code_search and dependency_snapshots for RateLimits ([#&#8203;3019](https://github.com/google/go-github/issues/3019))
-   Support temporary private fork creation via API ([#&#8203;3025](https://github.com/google/go-github/issues/3025))
-   Escape package names to support names which include a slash ([#&#8203;3002](https://github.com/google/go-github/issues/3002))
-   Don't update httpClient passed to NewClient ([#&#8203;3011](https://github.com/google/go-github/issues/3011))
-   Add GetAllCustomPropertyValues for repositories ([#&#8203;3020](https://github.com/google/go-github/issues/3020))
-   Add Copilot endpoints ([#&#8203;2973](https://github.com/google/go-github/issues/2973))
-   Fix copilot API payload ([#&#8203;3034](https://github.com/google/go-github/issues/3034))
-   Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /example ([#&#8203;3033](https://github.com/google/go-github/issues/3033))
-   Fix example/go.sum ([#&#8203;3035](https://github.com/google/go-github/issues/3035))
-   Bump github.com/getkin/kin-openapi from 0.120.0 to 0.122.0 in /tools ([#&#8203;3015](https://github.com/google/go-github/issues/3015))
-   Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /example ([#&#8203;3039](https://github.com/google/go-github/issues/3039))
-   Add Repo and Action to IssueEvent ([#&#8203;3040](https://github.com/google/go-github/issues/3040))
-   Bump golang.org/x/sync from 0.5.0 to 0.6.0 in /tools ([#&#8203;3041](https://github.com/google/go-github/issues/3041))
-   Bump golang.org/x/net from 0.19.0 to 0.20.0 in /scrape ([#&#8203;3042](https://github.com/google/go-github/issues/3042))
-   Bump version of go-github to v58.0.0 ([#&#8203;3045](https://github.com/google/go-github/issues/3045))

### [`v57.0.0`](https://github.com/google/go-github/releases/tag/v57.0.0)

[Compare Source](https://github.com/google/go-github/compare/v56.0.0...v57.0.0)

This release contains the following breaking API change:

-   Change PushEvent.Pusher type to CommitAuthor ([#&#8203;2999](https://github.com/google/go-github/issues/2999))

...and the following additional changes:

-   Bump go-github from v55 to v56 in /scrape ([#&#8203;2962](https://github.com/google/go-github/issues/2962))
-   Add support for packages IP address for APIMeta ([#&#8203;2964](https://github.com/google/go-github/issues/2964))
-   Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 ([#&#8203;2967](https://github.com/google/go-github/issues/2967))
-   Move RateLimits method to a service ([#&#8203;2969](https://github.com/google/go-github/issues/2969))
-   Add nil check in ErrorResponse.Error method ([#&#8203;2971](https://github.com/google/go-github/issues/2971))
-   Lint godoc comments ([#&#8203;2972](https://github.com/google/go-github/issues/2972))
-   Add referenced workflows to WorkflowRun ([#&#8203;2975](https://github.com/google/go-github/issues/2975))
-   Use metadata to reconcile go-github with GitHub's OpenAPI descriptions ([#&#8203;2919](https://github.com/google/go-github/issues/2919))
-   Fix branch protection request fields ([#&#8203;2977](https://github.com/google/go-github/issues/2977))
-   Add dependabot alert update endpoint ([#&#8203;2981](https://github.com/google/go-github/issues/2981))
-   Bump golang.org/x/sync from 0.4.0 to 0.5.0 in /tools ([#&#8203;2990](https://github.com/google/go-github/issues/2990))
-   Deprecate RepositoriesService.List ([#&#8203;2988](https://github.com/google/go-github/issues/2988))
-   Add support for Required Workflows ([#&#8203;2979](https://github.com/google/go-github/issues/2979))
-   Implement Custom Properties ([#&#8203;2986](https://github.com/google/go-github/issues/2986))
-   Bump golang.org/x/net from 0.17.0 to 0.18.0 in /scrape ([#&#8203;2991](https://github.com/google/go-github/issues/2991))
-   Add default branch to repository edit event ([#&#8203;2995](https://github.com/google/go-github/issues/2995))
-   Add Draft to Issue type ([#&#8203;2997](https://github.com/google/go-github/issues/2997))
-   Fix secondary rate limits URL ([#&#8203;3001](https://github.com/google/go-github/issues/3001))
-   Bump golang.org/x/net from 0.18.0 to 0.19.0 in /scrape ([#&#8203;3003](https://github.com/google/go-github/issues/3003))
-   Implement global security advisories API ([#&#8203;2993](https://github.com/google/go-github/issues/2993))
-   Bump version of go-github to v57.0.0 ([#&#8203;3009](https://github.com/google/go-github/issues/3009))

### [`v56.0.0`](https://github.com/google/go-github/releases/tag/v56.0.0)

[Compare Source](https://github.com/google/go-github/compare/v55.0.0...v56.0.0)

This release contains the following breaking API changes:

-   Remove ListServiceHooks ([#&#8203;2917](https://github.com/google/go-github/issues/2917))
-   Fix SecretScanning API by switching arguments from url to json ([#&#8203;2934](https://github.com/google/go-github/issues/2934))
-   Remove openpgp and change CreateCommit signature ([#&#8203;2935](https://github.com/google/go-github/issues/2935))
-   Allow up to maxRedirects upon receiving HTTP 301 status ([#&#8203;2939](https://github.com/google/go-github/issues/2939))
-   Escape branch string before inserting it in URL ([#&#8203;2948](https://github.com/google/go-github/issues/2948))
-   Create MarkdownService, EmojisService, CodesOfConductService and MetaService ([#&#8203;2937](https://github.com/google/go-github/issues/2937))
-   Support options for GetCodeownersErrors ([#&#8203;2953](https://github.com/google/go-github/issues/2953))

(NOTE: In particular, please play close attention to [#&#8203;2948](https://github.com/google/go-github/issues/2948) as it may affect the code around the call.
Specifically, you may be required to remove any escaping that you perform prior to calling the modified methods.)

...and the following additional changes:

-   Bump go-github from v54 to v55 in /scrape ([#&#8203;2915](https://github.com/google/go-github/issues/2915))
-   Add enterprise runner group operations ([#&#8203;2891](https://github.com/google/go-github/issues/2891))
-   Add GenerateEnterpriseJITConfig ([#&#8203;2890](https://github.com/google/go-github/issues/2890))
-   Fix linting ([#&#8203;2903](https://github.com/google/go-github/issues/2903))
-   Handle encoding value of "none" ([#&#8203;2924](https://github.com/google/go-github/issues/2924))
-   Correct NewEnterpriseClient deprecation message ([#&#8203;2923](https://github.com/google/go-github/issues/2923))
-   Fix golangci-lint timeout failures ([#&#8203;2931](https://github.com/google/go-github/issues/2931))
-   Bump golang.org/x/net from 0.14.0 to 0.15.0 in /scrape ([#&#8203;2925](https://github.com/google/go-github/issues/2925))
-   Add missing secret scanning alert fields ([#&#8203;2930](https://github.com/google/go-github/issues/2930))
-   Add development scripts ([#&#8203;2928](https://github.com/google/go-github/issues/2928))
-   Add enterprise actions permissions endpoints and reorg files ([#&#8203;2920](https://github.com/google/go-github/issues/2920))
-   Add SAML SSO audit log fields ([#&#8203;2941](https://github.com/google/go-github/issues/2941))
-   Add test for resource JSON marshaling - ActionVariable ([#&#8203;2942](https://github.com/google/go-github/issues/2942))
-   Add json marshaling tests for action usage and OIDC types ([#&#8203;2944](https://github.com/google/go-github/issues/2944))
-   Add List Installation Requests API ([#&#8203;2947](https://github.com/google/go-github/issues/2947))
-   Add support for "performed_via_github_app" and "requested_team" in IssueEvent ([#&#8203;2946](https://github.com/google/go-github/issues/2946))
-   Add "organization" field to more events ([#&#8203;2949](https://github.com/google/go-github/issues/2949))
-   Add Repository Security Advisories APIs ([#&#8203;2902](https://github.com/google/go-github/issues/2902))
-   Bump golang.org/x/net from 0.15.0 to 0.16.0 in /scrape ([#&#8203;2954](https://github.com/google/go-github/issues/2954))
-   Add prevent_self_review on repo environments ([#&#8203;2951](https://github.com/google/go-github/issues/2951))
-   Add type field to DeploymentBranchPolicy ([#&#8203;2957](https://github.com/google/go-github/issues/2957))
-   Bump golang.org/x/net from 0.16.0 to 0.17.0 in /scrape ([#&#8203;2958](https://github.com/google/go-github/issues/2958))
-   Bump golang.org/x/net from 0.10.0 to 0.17.0 in /example ([#&#8203;2960](https://github.com/google/go-github/issues/2960))
-   Bump version of go-github to v56.0.0 ([#&#8203;2961](https://github.com/google/go-github/issues/2961))

### [`v55.0.0`](https://github.com/google/go-github/releases/tag/v55.0.0)

[Compare Source](https://github.com/google/go-github/compare/v54.0.0...v55.0.0)

This release contains the following breaking API changes:

-   Add missing fields to SecurityAdvisoryEvent and rename others ([#&#8203;2889](https://github.com/google/go-github/issues/2889))

and the following additional changes:

-   Bump go-github from v53 to v54 in /scrape ([#&#8203;2882](https://github.com/google/go-github/issues/2882))
-   Add support for enable/disable private vulnerability reporting on repositories ([#&#8203;2887](https://github.com/google/go-github/issues/2887))
-   Add support for organization, repository webhook configuration ([#&#8203;2885](https://github.com/google/go-github/issues/2885))
-   Return json.Unmarshal error when importing issues deferred ([#&#8203;2892](https://github.com/google/go-github/issues/2892))
-   Remove dependency on "golang.org/x/oauth2" ([#&#8203;2895](https://github.com/google/go-github/issues/2895))
-   Add support for dependabot_alert webhook event ([#&#8203;2888](https://github.com/google/go-github/issues/2888))
-   Fix merge issue from field renaming ([#&#8203;2906](https://github.com/google/go-github/issues/2906))
-   Add missing CodeScanning endpoints ([#&#8203;2900](https://github.com/google/go-github/issues/2900))
-   Update package constructors ([#&#8203;2904](https://github.com/google/go-github/issues/2904))
-   Fix serialization of repository_names conditions object ([#&#8203;2910](https://github.com/google/go-github/issues/2910))
-   Bump actions/checkout from 3 to 4 ([#&#8203;2912](https://github.com/google/go-github/issues/2912))
-   Bump version of go-github to v55.0.0 ([#&#8203;2914](https://github.com/google/go-github/issues/2914))

### [`v54.0.0`](https://github.com/google/go-github/releases/tag/v54.0.0)

[Compare Source](https://github.com/google/go-github/compare/v53.2.0...v54.0.0)

This release contains the following breaking API changes:

-   Fix ListPullRequestsWithCommit option type ([#&#8203;2822](https://github.com/google/go-github/issues/2822))
-   Support repository_id in org ruleset conditions ([#&#8203;2825](https://github.com/google/go-github/issues/2825))
-   Fix repo rules bypass settings ([#&#8203;2831](https://github.com/google/go-github/issues/2831))
-   Fix old_name field in AuditEntry ([#&#8203;2849](https://github.com/google/go-github/issues/2849))

and the following additional changes:

-   Bump golang.org/x/net from 0.10.0 to 0.11.0 in /scrape ([#&#8203;2814](https://github.com/google/go-github/issues/2814))
-   Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 ([#&#8203;2812](https://github.com/google/go-github/issues/2812))
-   Bump github.com/google/go-github/v53 from 53.0.0 to 53.2.0 in /scrape ([#&#8203;2813](https://github.com/google/go-github/issues/2813))
-   Add Runner to generate-jitconfig method ([#&#8203;2818](https://github.com/google/go-github/issues/2818))
-   Remove unnecessary use of fmt.Sprintf ([#&#8203;2819](https://github.com/google/go-github/issues/2819))
-   Use bytes.Equal instead of bytes.Compare ([#&#8203;2820](https://github.com/google/go-github/issues/2820))
-   Fix CreateOrUpdateOrgSecret regression introduced in v53 ([#&#8203;2817](https://github.com/google/go-github/issues/2817))
-   Add Repository struct to SecretScanningAlert ([#&#8203;2823](https://github.com/google/go-github/issues/2823))
-   Add support for personal access tokens request review API ([#&#8203;2827](https://github.com/google/go-github/issues/2827))
-   Add support for personal_access_token_request webhook event type ([#&#8203;2826](https://github.com/google/go-github/issues/2826))
-   Support line comments on PRs ([#&#8203;2833](https://github.com/google/go-github/issues/2833))
-   Implement installation_target webhook event type ([#&#8203;2829](https://github.com/google/go-github/issues/2829))
-   Add secret type display to secret scanning alert ([#&#8203;2834](https://github.com/google/go-github/issues/2834))
-   Use a sentinel error when blocking paths for RepositoriesServices.GetContents ([#&#8203;2837](https://github.com/google/go-github/issues/2837))
-   Add support for SAML SSO authorization APIs ([#&#8203;2835](https://github.com/google/go-github/issues/2835))
-   Bump golang.org/x/net from 0.11.0 to 0.12.0 in /scrape ([#&#8203;2839](https://github.com/google/go-github/issues/2839))
-   Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 ([#&#8203;2840](https://github.com/google/go-github/issues/2840))
-   Add Dependabot field in security_and_analysis ([#&#8203;2846](https://github.com/google/go-github/issues/2846))
-   Add new query params for AlertListOptions ([#&#8203;2848](https://github.com/google/go-github/issues/2848))
-   Add old_name field to AuditEntry ([#&#8203;2843](https://github.com/google/go-github/issues/2843))
-   Add OldLogin field to AuditEntryData ([#&#8203;2850](https://github.com/google/go-github/issues/2850))
-   Check for nil pointer in update rule parameters ([#&#8203;2854](https://github.com/google/go-github/issues/2854))
-   Fix dropped test error ([#&#8203;2858](https://github.com/google/go-github/issues/2858))
-   Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 ([#&#8203;2859](https://github.com/google/go-github/issues/2859))
-   Bump golang.org/x/net from 0.12.0 to 0.14.0 in /scrape ([#&#8203;2860](https://github.com/google/go-github/issues/2860))
-   Add ListOptions pagination for Dependabot alerts ([#&#8203;2853](https://github.com/google/go-github/issues/2853))
-   Add support for Security Advisories Request CVE endpoint ([#&#8203;2857](https://github.com/google/go-github/issues/2857))
-   Add support for the security and analysis webhook event ([#&#8203;2862](https://github.com/google/go-github/issues/2862))
-   Add support for projects_v2 and projects_v2\_item webhook events ([#&#8203;2868](https://github.com/google/go-github/issues/2868))
-   Defer closing body before checking HTTP status code ([#&#8203;2870](https://github.com/google/go-github/issues/2870))
-   Add GetAutomatedSecurityFixes to report status ([#&#8203;2842](https://github.com/google/go-github/issues/2842))
-   Adding missing field important to find branch in fork from same owner ([#&#8203;2873](https://github.com/google/go-github/issues/2873))
-   Add WorkflowRun and Workflow to DeploymentEvent ([#&#8203;2755](https://github.com/google/go-github/issues/2755))
-   Replace deprectated crypto/ssh/terminal module in examples ([#&#8203;2876](https://github.com/google/go-github/issues/2876))
-   Update workflow to use Go 1.21 and 1.20 ([#&#8203;2878](https://github.com/google/go-github/issues/2878))
-   Add TriggeringActor to WorkflowRun ([#&#8203;2879](https://github.com/google/go-github/issues/2879))
-   Add WebhookTypes and EventForType methods ([#&#8203;2865](https://github.com/google/go-github/issues/2865))
-   Add support for fetching SBOMs ([#&#8203;2869](https://github.com/google/go-github/issues/2869))
-   Add SubmoduleGitURL to RepositoryContent ([#&#8203;2880](https://github.com/google/go-github/issues/2880))
-   Bump version of go-github to v54.0.0 ([#&#8203;2881](https://github.com/google/go-github/issues/2881))

### [`v53.2.0`](https://github.com/google/go-github/releases/tag/v53.2.0)

[Compare Source](https://github.com/google/go-github/compare/v53.1.0...v53.2.0)

This minor release contains the following changes:

-   Implement rulesets ([#&#8203;2795](https://github.com/google/go-github/issues/2795))
-   Support code scanning default setup configuration ([#&#8203;2808](https://github.com/google/go-github/issues/2808))
-   Add generate-jitconfig API for self-hosted runners ([#&#8203;2801](https://github.com/google/go-github/issues/2801))
-   Initial implementation of codespaces API ([#&#8203;2803](https://github.com/google/go-github/issues/2803))
-   Fix missing Include, Exclude fields in RulesetRefConditionParameters ([#&#8203;2810](https://github.com/google/go-github/issues/2810))
-   Bump version of go-github to v53.2.0 ([#&#8203;2811](https://github.com/google/go-github/issues/2811))

### [`v53.1.0`](https://github.com/google/go-github/releases/tag/v53.1.0)

[Compare Source](https://github.com/google/go-github/compare/v53.0.0...v53.1.0)

This minor release contains the following changes:

-   Bump go-github from v52.0.0 to v53.0.0 in /scrape ([#&#8203;2800](https://github.com/google/go-github/issues/2800))
-   Add GitHub App event security_advisory ([#&#8203;2799](https://github.com/google/go-github/issues/2799))
-   Fix auth vulnerability ([#&#8203;2805](https://github.com/google/go-github/issues/2805))
-   Bump version of go-github to v53.1.0 ([#&#8203;2806](https://github.com/google/go-github/issues/2806))

### [`v53.0.0`](https://github.com/google/go-github/releases/tag/v53.0.0)

[Compare Source](https://github.com/google/go-github/compare/v52.0.0...v53.0.0)

This release contains the following breaking API changes:

-   Update DependabotSecretsSelectedRepoIDs type to \[]int64 ([#&#8203;2794](https://github.com/google/go-github/issues/2794))

and the following additional changes:

-   Bump go-github from v51.0.0 to v52.0.0 in /scrape ([#&#8203;2767](https://github.com/google/go-github/issues/2767))
-   Bump codecov/codecov-action from 3.1.2 to 3.1.3 ([#&#8203;2768](https://github.com/google/go-github/issues/2768))
-   Change the CreateRequiredWorkflow method from PUT to POST ([#&#8203;2771](https://github.com/google/go-github/issues/2771))
-   Add Repository field to DependabotAlert ([#&#8203;2772](https://github.com/google/go-github/issues/2772))
-   Add omitempty to CreateOrgInvitationOptions fields ([#&#8203;2778](https://github.com/google/go-github/issues/2778))
-   Bump golang.org/x/net from 0.9.0 to 0.10.0 in /scrape ([#&#8203;2779](https://github.com/google/go-github/issues/2779))
-   Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 ([#&#8203;2780](https://github.com/google/go-github/issues/2780))
-   Support x-ratelimit-reset handling for secondary rate limits ([#&#8203;2775](https://github.com/google/go-github/issues/2775))
-   Support deployment protection rule event type ([#&#8203;2773](https://github.com/google/go-github/issues/2773))
-   Support array type in go generate with whitelist ([#&#8203;2776](https://github.com/google/go-github/issues/2776))
-   Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 ([#&#8203;2781](https://github.com/google/go-github/issues/2781))
-   Add test for resource JSON marshaling ([#&#8203;2783](https://github.com/google/go-github/issues/2783))
-   Bump codecov/codecov-action from 3.1.3 to 3.1.4 ([#&#8203;2784](https://github.com/google/go-github/issues/2784))
-   Add missing fields to AuditEntry ([#&#8203;2786](https://github.com/google/go-github/issues/2786))
-   Add "new_name" parameter to repo transfer request ([#&#8203;2788](https://github.com/google/go-github/issues/2788))
-   Add workflow run display title ([#&#8203;2792](https://github.com/google/go-github/issues/2792))
-   Bump version of go-github to v53.0.0 ([#&#8203;2797](https://github.com/google/go-github/issues/2797))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/google-api-go-client).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
  • Loading branch information
renovate-bot committed Feb 5, 2024
1 parent eddfeb9 commit 5437df8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 27 deletions.
1 change: 1 addition & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ cloud.google.com/go v0.110.8 h1:tyNdfIxjzaWctIiLYOTalaLKZ17SI44SKFW26QbOhME=
cloud.google.com/go v0.110.9 h1:e7ITSqGFFk4rbz/JFIqZh3G4VEHguhAL4BQcFlWtU68=
cloud.google.com/go v0.110.10 h1:LXy9GEO+timppncPIAZoOj3l58LIU9k+kn48AN7IO3Y=
cloud.google.com/go v0.111.0 h1:YHLKNupSD1KqjDbQ3+LVdQ81h/UJbJyZG203cEfnQgM=
github.com/google/go-github/v58 v58.0.0 h1:Una7GGERlF/37XfkPwpzYJe0Vp4dt2k1kCjlxwjIvzw=
golang.org/x/mod v0.8.0/go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs=
golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
Expand Down
6 changes: 0 additions & 6 deletions internal/kokoro/discogen/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,14 @@ module google.golang.org/api/internal/kokoro/discogen
go 1.19

require (
github.com/google/go-github/v52 v52.0.0
github.com/google/go-github/v58 v58.0.0
golang.org/x/oauth2 v0.16.0
)

require (
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/sys v0.16.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)
21 changes: 1 addition & 20 deletions internal/kokoro/discogen/go.sum
Original file line number Diff line number Diff line change
@@ -1,42 +1,23 @@
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 h1:wPbRQzjjwFc0ih8puEVAOFGELsn1zoIIYdxvML7mDxA=
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8/go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g=
github.com/bwesterb/go-ristretto v1.2.0/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=
github.com/cloudflare/circl v1.1.0/go.mod h1:prBCrKB9DV4poKZY1l9zBXg2QJY7mvgRvtMxxK7fi4I=
github.com/cloudflare/circl v1.3.7 h1:qlCDlTPz2n9fu58M0Nh1J/JzcFpfgkFHHX3O35r5vcU=
github.com/cloudflare/circl v1.3.7/go.mod h1:sRTcRWXGLrKw6yIGJ+l7amYJFfAXbZG0kBSc8r4zxgA=
github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-github/v52 v52.0.0 h1:uyGWOY+jMQ8GVGSX8dkSwCzlehU3WfdxQ7GweO/JP7M=
github.com/google/go-github/v52 v52.0.0/go.mod h1:WJV6VEEUPuMo5pXqqa2ZCZEdbQqua4zAk2MZTIo+m+4=
github.com/google/go-github/v58 v58.0.0 h1:Una7GGERlF/37XfkPwpzYJe0Vp4dt2k1kCjlxwjIvzw=
github.com/google/go-github/v58 v58.0.0/go.mod h1:k4hxDKEfoWpSqFlc8LTpGd9fu2KrV1YAa6Hi6FmDNY4=
github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=
github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc=
golang.org/x/crypto v0.18.0 h1:PGVlW0xEltQnzFZ55hkuX5+KLyrMYhHld1YHO4AKcdc=
golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg=
golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
golang.org/x/net v0.20.0 h1:aCL9BSgETF1k+blQaYUBx9hJ9LOGP3gAVemcZlf1Kpo=
golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY=
golang.org/x/oauth2 v0.16.0 h1:aDkGMBSYxElaoP81NpoUoz2oo2R2wHdZpGToUxfyQrQ=
golang.org/x/oauth2 v0.16.0/go.mod h1:hqZ+0LWXsiVoZpeld6jVt06P3adbS2Uu911W1SsJv2o=
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=
Expand Down
2 changes: 1 addition & 1 deletion internal/kokoro/discogen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"path/filepath"
"strings"

"github.com/google/go-github/v52/github"
"github.com/google/go-github/v58/github"
"golang.org/x/oauth2"
)

Expand Down

0 comments on commit 5437df8

Please sign in to comment.