From fbf19aa274e4ee144ea29e857180d6b7e56e5971 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 27 Mar 2024 20:24:16 +0100 Subject: [PATCH] chore(all): update deps (major) (#9599) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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/apache/arrow/go/v14](https://togithub.com/apache/arrow) | `v14.0.2` -> `v15.0.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fapache%2farrow%2fgo%2fv14/v15.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fapache%2farrow%2fgo%2fv14/v15.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fapache%2farrow%2fgo%2fv14/v14.0.2/v15.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fapache%2farrow%2fgo%2fv14/v14.0.2/v15.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/google/go-github/v52](https://togithub.com/google/go-github) | `v52.0.0` -> `v60.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv52/v60.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/v60.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/v60.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/v60.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [github.com/google/go-github/v58](https://togithub.com/google/go-github) | `v58.0.0` -> `v60.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-github%2fv58/v60.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%2fv58/v60.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%2fv58/v58.0.0/v60.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%2fv58/v58.0.0/v60.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
google/go-github (github.com/google/go-github/v52) ### [`v60.0.0`](https://togithub.com/google/go-github/releases/tag/v60.0.0) [Compare Source](https://togithub.com/google/go-github/compare/v59.0.0...v60.0.0) This release contains the following breaking API changes: - Turn RequiredStatusChecks Checks and Contexts into pointers ([#​3070](https://togithub.com/google/go-github/issues/3070)) - feat!: Change Hook.Config field from map to \*HookConfig ([#​3073](https://togithub.com/google/go-github/issues/3073)) ...and the following additional changes: - Bump go-github from v58 to v59 in /scrape ([#​3069](https://togithub.com/google/go-github/issues/3069)) - Bump golang.org/x/net from 0.20.0 to 0.21.0 in /scrape ([#​3071](https://togithub.com/google/go-github/issues/3071)) - Update workflow and tools to use Go 1.22 and 1.21 ([#​3074](https://togithub.com/google/go-github/issues/3074)) - Add test case for JSON resource marshaling ([#​3075](https://togithub.com/google/go-github/issues/3075)) - Add test case for JSON resource marshaling ([#​3076](https://togithub.com/google/go-github/issues/3076)) - Rename function parameters to match usage as url parameters ([#​3078](https://togithub.com/google/go-github/issues/3078)) - Add test case for JSON resource marshaling ([#​3080](https://togithub.com/google/go-github/issues/3080)) - Bump github.com/PuerkitoBio/goquery from 1.8.1 to 1.9.0 in /scrape ([#​3085](https://togithub.com/google/go-github/issues/3085)) - Bump codecov/codecov-action from 4.0.1 to 4.0.2 ([#​3084](https://togithub.com/google/go-github/issues/3084)) - Bump version of go-github to v60.0.0 ([#​3086](https://togithub.com/google/go-github/issues/3086)) ### [`v59.0.0`](https://togithub.com/google/go-github/releases/tag/v59.0.0) [Compare Source](https://togithub.com/google/go-github/compare/v58.0.0...v59.0.0) This release contains the following breaking API changes: - Add suspended as option to AdminService.CreateUser() ([#​3049](https://togithub.com/google/go-github/issues/3049)) ...and the following additional changes: - Bump go-github from v57 to v58 in /scrape ([#​3046](https://togithub.com/google/go-github/issues/3046)) - Fix issue in AcceptedError handling for UploadSarif ([#​3047](https://togithub.com/google/go-github/issues/3047)) - Fix typos ([#​3048](https://togithub.com/google/go-github/issues/3048)) - Add MergedAt field to PullRequestLinks ([#​3053](https://togithub.com/google/go-github/issues/3053)) - Add default workflow permissions for enterprise/org/repo ([#​3054](https://togithub.com/google/go-github/issues/3054)) - Bump actions/cache from 3 to 4 ([#​3055](https://togithub.com/google/go-github/issues/3055)) - Add Topics to EditChange struct ([#​3057](https://togithub.com/google/go-github/issues/3057)) - Add list repo org variables and secrets ([#​3058](https://togithub.com/google/go-github/issues/3058)) - Fix leaked client transport on copy ([#​3051](https://togithub.com/google/go-github/issues/3051)) - Bump codecov/codecov-action from 3.1.4 to 3.1.5 ([#​3061](https://togithub.com/google/go-github/issues/3061)) - Bump github.com/getkin/kin-openapi from 0.122.0 to 0.123.0 in /tools ([#​3062](https://togithub.com/google/go-github/issues/3062)) - Add custom properties on Repository and PushEventRepository ([#​3065](https://togithub.com/google/go-github/issues/3065)) - Add support for deployment protection rules ([#​3050](https://togithub.com/google/go-github/issues/3050)) - Bump codecov/codecov-action from 3.1.5 to 4.0.1 ([#​3066](https://togithub.com/google/go-github/issues/3066)) - Add ListWorkflowJobsAttempt method to ActionsService ([#​3060](https://togithub.com/google/go-github/issues/3060)) - Bump version of go-github to v59.0.0 ([#​3068](https://togithub.com/google/go-github/issues/3068)) ### [`v58.0.0`](https://togithub.com/google/go-github/releases/tag/v58.0.0) [Compare Source](https://togithub.com/google/go-github/compare/v57.0.0...v58.0.0) This release contains the following breaking API changes: - Fix broken CreateOrUpdateRepoCustomPropertyValues ([#​3023](https://togithub.com/google/go-github/issues/3023)) - Remove ambiguous fields from AuditEntry ([#​3017](https://togithub.com/google/go-github/issues/3017)) ...and the following additional changes: - Bump go-github from v56 to v57 in /scrape ([#​3010](https://togithub.com/google/go-github/issues/3010)) - Update metadata ([#​3012](https://togithub.com/google/go-github/issues/3012)) - Bump actions/setup-go from 4 to 5 ([#​3027](https://togithub.com/google/go-github/issues/3027)) - Add scanning validity checks ([#​3026](https://togithub.com/google/go-github/issues/3026)) - Add Referrer field to AuditEntry ([#​3032](https://togithub.com/google/go-github/issues/3032)) - Add code_search and dependency_snapshots for RateLimits ([#​3019](https://togithub.com/google/go-github/issues/3019)) - Support temporary private fork creation via API ([#​3025](https://togithub.com/google/go-github/issues/3025)) - Escape package names to support names which include a slash ([#​3002](https://togithub.com/google/go-github/issues/3002)) - Don't update httpClient passed to NewClient ([#​3011](https://togithub.com/google/go-github/issues/3011)) - Add GetAllCustomPropertyValues for repositories ([#​3020](https://togithub.com/google/go-github/issues/3020)) - Add Copilot endpoints ([#​2973](https://togithub.com/google/go-github/issues/2973)) - Fix copilot API payload ([#​3034](https://togithub.com/google/go-github/issues/3034)) - Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /example ([#​3033](https://togithub.com/google/go-github/issues/3033)) - Fix example/go.sum ([#​3035](https://togithub.com/google/go-github/issues/3035)) - Bump github.com/getkin/kin-openapi from 0.120.0 to 0.122.0 in /tools ([#​3015](https://togithub.com/google/go-github/issues/3015)) - Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /example ([#​3039](https://togithub.com/google/go-github/issues/3039)) - Add Repo and Action to IssueEvent ([#​3040](https://togithub.com/google/go-github/issues/3040)) - Bump golang.org/x/sync from 0.5.0 to 0.6.0 in /tools ([#​3041](https://togithub.com/google/go-github/issues/3041)) - Bump golang.org/x/net from 0.19.0 to 0.20.0 in /scrape ([#​3042](https://togithub.com/google/go-github/issues/3042)) - Bump version of go-github to v58.0.0 ([#​3045](https://togithub.com/google/go-github/issues/3045)) ### [`v57.0.0`](https://togithub.com/google/go-github/releases/tag/v57.0.0) [Compare Source](https://togithub.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 ([#​2999](https://togithub.com/google/go-github/issues/2999)) ...and the following additional changes: - Bump go-github from v55 to v56 in /scrape ([#​2962](https://togithub.com/google/go-github/issues/2962)) - Add support for packages IP address for APIMeta ([#​2964](https://togithub.com/google/go-github/issues/2964)) - Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 ([#​2967](https://togithub.com/google/go-github/issues/2967)) - Move RateLimits method to a service ([#​2969](https://togithub.com/google/go-github/issues/2969)) - Add nil check in ErrorResponse.Error method ([#​2971](https://togithub.com/google/go-github/issues/2971)) - Lint godoc comments ([#​2972](https://togithub.com/google/go-github/issues/2972)) - Add referenced workflows to WorkflowRun ([#​2975](https://togithub.com/google/go-github/issues/2975)) - Use metadata to reconcile go-github with GitHub's OpenAPI descriptions ([#​2919](https://togithub.com/google/go-github/issues/2919)) - Fix branch protection request fields ([#​2977](https://togithub.com/google/go-github/issues/2977)) - Add dependabot alert update endpoint ([#​2981](https://togithub.com/google/go-github/issues/2981)) - Bump golang.org/x/sync from 0.4.0 to 0.5.0 in /tools ([#​2990](https://togithub.com/google/go-github/issues/2990)) - Deprecate RepositoriesService.List ([#​2988](https://togithub.com/google/go-github/issues/2988)) - Add support for Required Workflows ([#​2979](https://togithub.com/google/go-github/issues/2979)) - Implement Custom Properties ([#​2986](https://togithub.com/google/go-github/issues/2986)) - Bump golang.org/x/net from 0.17.0 to 0.18.0 in /scrape ([#​2991](https://togithub.com/google/go-github/issues/2991)) - Add default branch to repository edit event ([#​2995](https://togithub.com/google/go-github/issues/2995)) - Add Draft to Issue type ([#​2997](https://togithub.com/google/go-github/issues/2997)) - Fix secondary rate limits URL ([#​3001](https://togithub.com/google/go-github/issues/3001)) - Bump golang.org/x/net from 0.18.0 to 0.19.0 in /scrape ([#​3003](https://togithub.com/google/go-github/issues/3003)) - Implement global security advisories API ([#​2993](https://togithub.com/google/go-github/issues/2993)) - Bump version of go-github to v57.0.0 ([#​3009](https://togithub.com/google/go-github/issues/3009)) ### [`v56.0.0`](https://togithub.com/google/go-github/releases/tag/v56.0.0) [Compare Source](https://togithub.com/google/go-github/compare/v55.0.0...v56.0.0) This release contains the following breaking API changes: - Remove ListServiceHooks ([#​2917](https://togithub.com/google/go-github/issues/2917)) - Fix SecretScanning API by switching arguments from url to json ([#​2934](https://togithub.com/google/go-github/issues/2934)) - Remove openpgp and change CreateCommit signature ([#​2935](https://togithub.com/google/go-github/issues/2935)) - Allow up to maxRedirects upon receiving HTTP 301 status ([#​2939](https://togithub.com/google/go-github/issues/2939)) - Escape branch string before inserting it in URL ([#​2948](https://togithub.com/google/go-github/issues/2948)) - Create MarkdownService, EmojisService, CodesOfConductService and MetaService ([#​2937](https://togithub.com/google/go-github/issues/2937)) - Support options for GetCodeownersErrors ([#​2953](https://togithub.com/google/go-github/issues/2953)) (NOTE: In particular, please play close attention to [#​2948](https://togithub.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 ([#​2915](https://togithub.com/google/go-github/issues/2915)) - Add enterprise runner group operations ([#​2891](https://togithub.com/google/go-github/issues/2891)) - Add GenerateEnterpriseJITConfig ([#​2890](https://togithub.com/google/go-github/issues/2890)) - Fix linting ([#​2903](https://togithub.com/google/go-github/issues/2903)) - Handle encoding value of "none" ([#​2924](https://togithub.com/google/go-github/issues/2924)) - Correct NewEnterpriseClient deprecation message ([#​2923](https://togithub.com/google/go-github/issues/2923)) - Fix golangci-lint timeout failures ([#​2931](https://togithub.com/google/go-github/issues/2931)) - Bump golang.org/x/net from 0.14.0 to 0.15.0 in /scrape ([#​2925](https://togithub.com/google/go-github/issues/2925)) - Add missing secret scanning alert fields ([#​2930](https://togithub.com/google/go-github/issues/2930)) - Add development scripts ([#​2928](https://togithub.com/google/go-github/issues/2928)) - Add enterprise actions permissions endpoints and reorg files ([#​2920](https://togithub.com/google/go-github/issues/2920)) - Add SAML SSO audit log fields ([#​2941](https://togithub.com/google/go-github/issues/2941)) - Add test for resource JSON marshaling - ActionVariable ([#​2942](https://togithub.com/google/go-github/issues/2942)) - Add json marshaling tests for action usage and OIDC types ([#​2944](https://togithub.com/google/go-github/issues/2944)) - Add List Installation Requests API ([#​2947](https://togithub.com/google/go-github/issues/2947)) - Add support for "performed_via_github_app" and "requested_team" in IssueEvent ([#​2946](https://togithub.com/google/go-github/issues/2946)) - Add "organization" field to more events ([#​2949](https://togithub.com/google/go-github/issues/2949)) - Add Repository Security Advisories APIs ([#​2902](https://togithub.com/google/go-github/issues/2902)) - Bump golang.org/x/net from 0.15.0 to 0.16.0 in /scrape ([#​2954](https://togithub.com/google/go-github/issues/2954)) - Add prevent_self_review on repo environments ([#​2951](https://togithub.com/google/go-github/issues/2951)) - Add type field to DeploymentBranchPolicy ([#​2957](https://togithub.com/google/go-github/issues/2957)) - Bump golang.org/x/net from 0.16.0 to 0.17.0 in /scrape ([#​2958](https://togithub.com/google/go-github/issues/2958)) - Bump golang.org/x/net from 0.10.0 to 0.17.0 in /example ([#​2960](https://togithub.com/google/go-github/issues/2960)) - Bump version of go-github to v56.0.0 ([#​2961](https://togithub.com/google/go-github/issues/2961)) ### [`v55.0.0`](https://togithub.com/google/go-github/releases/tag/v55.0.0) [Compare Source](https://togithub.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 ([#​2889](https://togithub.com/google/go-github/issues/2889)) and the following additional changes: - Bump go-github from v53 to v54 in /scrape ([#​2882](https://togithub.com/google/go-github/issues/2882)) - Add support for enable/disable private vulnerability reporting on repositories ([#​2887](https://togithub.com/google/go-github/issues/2887)) - Add support for organization, repository webhook configuration ([#​2885](https://togithub.com/google/go-github/issues/2885)) - Return json.Unmarshal error when importing issues deferred ([#​2892](https://togithub.com/google/go-github/issues/2892)) - Remove dependency on "golang.org/x/oauth2" ([#​2895](https://togithub.com/google/go-github/issues/2895)) - Add support for dependabot_alert webhook event ([#​2888](https://togithub.com/google/go-github/issues/2888)) - Fix merge issue from field renaming ([#​2906](https://togithub.com/google/go-github/issues/2906)) - Add missing CodeScanning endpoints ([#​2900](https://togithub.com/google/go-github/issues/2900)) - Update package constructors ([#​2904](https://togithub.com/google/go-github/issues/2904)) - Fix serialization of repository_names conditions object ([#​2910](https://togithub.com/google/go-github/issues/2910)) - Bump actions/checkout from 3 to 4 ([#​2912](https://togithub.com/google/go-github/issues/2912)) - Bump version of go-github to v55.0.0 ([#​2914](https://togithub.com/google/go-github/issues/2914)) ### [`v54.0.0`](https://togithub.com/google/go-github/releases/tag/v54.0.0) [Compare Source](https://togithub.com/google/go-github/compare/v53.2.0...v54.0.0) This release contains the following breaking API changes: - Fix ListPullRequestsWithCommit option type ([#​2822](https://togithub.com/google/go-github/issues/2822)) - Support repository_id in org ruleset conditions ([#​2825](https://togithub.com/google/go-github/issues/2825)) - Fix repo rules bypass settings ([#​2831](https://togithub.com/google/go-github/issues/2831)) - Fix old_name field in AuditEntry ([#​2849](https://togithub.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 ([#​2814](https://togithub.com/google/go-github/issues/2814)) - Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 ([#​2812](https://togithub.com/google/go-github/issues/2812)) - Bump github.com/google/go-github/v53 from 53.0.0 to 53.2.0 in /scrape ([#​2813](https://togithub.com/google/go-github/issues/2813)) - Add Runner to generate-jitconfig method ([#​2818](https://togithub.com/google/go-github/issues/2818)) - Remove unnecessary use of fmt.Sprintf ([#​2819](https://togithub.com/google/go-github/issues/2819)) - Use bytes.Equal instead of bytes.Compare ([#​2820](https://togithub.com/google/go-github/issues/2820)) - Fix CreateOrUpdateOrgSecret regression introduced in v53 ([#​2817](https://togithub.com/google/go-github/issues/2817)) - Add Repository struct to SecretScanningAlert ([#​2823](https://togithub.com/google/go-github/issues/2823)) - Add support for personal access tokens request review API ([#​2827](https://togithub.com/google/go-github/issues/2827)) - Add support for personal_access_token_request webhook event type ([#​2826](https://togithub.com/google/go-github/issues/2826)) - Support line comments on PRs ([#​2833](https://togithub.com/google/go-github/issues/2833)) - Implement installation_target webhook event type ([#​2829](https://togithub.com/google/go-github/issues/2829)) - Add secret type display to secret scanning alert ([#​2834](https://togithub.com/google/go-github/issues/2834)) - Use a sentinel error when blocking paths for RepositoriesServices.GetContents ([#​2837](https://togithub.com/google/go-github/issues/2837)) - Add support for SAML SSO authorization APIs ([#​2835](https://togithub.com/google/go-github/issues/2835)) - Bump golang.org/x/net from 0.11.0 to 0.12.0 in /scrape ([#​2839](https://togithub.com/google/go-github/issues/2839)) - Bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 ([#​2840](https://togithub.com/google/go-github/issues/2840)) - Add Dependabot field in security_and_analysis ([#​2846](https://togithub.com/google/go-github/issues/2846)) - Add new query params for AlertListOptions ([#​2848](https://togithub.com/google/go-github/issues/2848)) - Add old_name field to AuditEntry ([#​2843](https://togithub.com/google/go-github/issues/2843)) - Add OldLogin field to AuditEntryData ([#​2850](https://togithub.com/google/go-github/issues/2850)) - Check for nil pointer in update rule parameters ([#​2854](https://togithub.com/google/go-github/issues/2854)) - Fix dropped test error ([#​2858](https://togithub.com/google/go-github/issues/2858)) - Bump golang.org/x/oauth2 from 0.10.0 to 0.11.0 ([#​2859](https://togithub.com/google/go-github/issues/2859)) - Bump golang.org/x/net from 0.12.0 to 0.14.0 in /scrape ([#​2860](https://togithub.com/google/go-github/issues/2860)) - Add ListOptions pagination for Dependabot alerts ([#​2853](https://togithub.com/google/go-github/issues/2853)) - Add support for Security Advisories Request CVE endpoint ([#​2857](https://togithub.com/google/go-github/issues/2857)) - Add support for the security and analysis webhook event ([#​2862](https://togithub.com/google/go-github/issues/2862)) - Add support for projects_v2 and projects_v2\_item webhook events ([#​2868](https://togithub.com/google/go-github/issues/2868)) - Defer closing body before checking HTTP status code ([#​2870](https://togithub.com/google/go-github/issues/2870)) - Add GetAutomatedSecurityFixes to report status ([#​2842](https://togithub.com/google/go-github/issues/2842)) - Adding missing field important to find branch in fork from same owner ([#​2873](https://togithub.com/google/go-github/issues/2873)) - Add WorkflowRun and Workflow to DeploymentEvent ([#​2755](https://togithub.com/google/go-github/issues/2755)) - Replace deprectated crypto/ssh/terminal module in examples ([#​2876](https://togithub.com/google/go-github/issues/2876)) - Update workflow to use Go 1.21 and 1.20 ([#​2878](https://togithub.com/google/go-github/issues/2878)) - Add TriggeringActor to WorkflowRun ([#​2879](https://togithub.com/google/go-github/issues/2879)) - Add WebhookTypes and EventForType methods ([#​2865](https://togithub.com/google/go-github/issues/2865)) - Add support for fetching SBOMs ([#​2869](https://togithub.com/google/go-github/issues/2869)) - Add SubmoduleGitURL to RepositoryContent ([#​2880](https://togithub.com/google/go-github/issues/2880)) - Bump version of go-github to v54.0.0 ([#​2881](https://togithub.com/google/go-github/issues/2881)) ### [`v53.2.0`](https://togithub.com/google/go-github/releases/tag/v53.2.0) [Compare Source](https://togithub.com/google/go-github/compare/v53.1.0...v53.2.0) This minor release contains the following changes: - Implement rulesets ([#​2795](https://togithub.com/google/go-github/issues/2795)) - Support code scanning default setup configuration ([#​2808](https://togithub.com/google/go-github/issues/2808)) - Add generate-jitconfig API for self-hosted runners ([#​2801](https://togithub.com/google/go-github/issues/2801)) - Initial implementation of codespaces API ([#​2803](https://togithub.com/google/go-github/issues/2803)) - Fix missing Include, Exclude fields in RulesetRefConditionParameters ([#​2810](https://togithub.com/google/go-github/issues/2810)) - Bump version of go-github to v53.2.0 ([#​2811](https://togithub.com/google/go-github/issues/2811)) ### [`v53.1.0`](https://togithub.com/google/go-github/releases/tag/v53.1.0) [Compare Source](https://togithub.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 ([#​2800](https://togithub.com/google/go-github/issues/2800)) - Add GitHub App event security_advisory ([#​2799](https://togithub.com/google/go-github/issues/2799)) - Fix auth vulnerability ([#​2805](https://togithub.com/google/go-github/issues/2805)) - Bump version of go-github to v53.1.0 ([#​2806](https://togithub.com/google/go-github/issues/2806)) ### [`v53.0.0`](https://togithub.com/google/go-github/releases/tag/v53.0.0) [Compare Source](https://togithub.com/google/go-github/compare/v52.0.0...v53.0.0) This release contains the following breaking API changes: - Update DependabotSecretsSelectedRepoIDs type to \[]int64 ([#​2794](https://togithub.com/google/go-github/issues/2794)) and the following additional changes: - Bump go-github from v51.0.0 to v52.0.0 in /scrape ([#​2767](https://togithub.com/google/go-github/issues/2767)) - Bump codecov/codecov-action from 3.1.2 to 3.1.3 ([#​2768](https://togithub.com/google/go-github/issues/2768)) - Change the CreateRequiredWorkflow method from PUT to POST ([#​2771](https://togithub.com/google/go-github/issues/2771)) - Add Repository field to DependabotAlert ([#​2772](https://togithub.com/google/go-github/issues/2772)) - Add omitempty to CreateOrgInvitationOptions fields ([#​2778](https://togithub.com/google/go-github/issues/2778)) - Bump golang.org/x/net from 0.9.0 to 0.10.0 in /scrape ([#​2779](https://togithub.com/google/go-github/issues/2779)) - Bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 ([#​2780](https://togithub.com/google/go-github/issues/2780)) - Support x-ratelimit-reset handling for secondary rate limits ([#​2775](https://togithub.com/google/go-github/issues/2775)) - Support deployment protection rule event type ([#​2773](https://togithub.com/google/go-github/issues/2773)) - Support array type in go generate with whitelist ([#​2776](https://togithub.com/google/go-github/issues/2776)) - Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 ([#​2781](https://togithub.com/google/go-github/issues/2781)) - Add test for resource JSON marshaling ([#​2783](https://togithub.com/google/go-github/issues/2783)) - Bump codecov/codecov-action from 3.1.3 to 3.1.4 ([#​2784](https://togithub.com/google/go-github/issues/2784)) - Add missing fields to AuditEntry ([#​2786](https://togithub.com/google/go-github/issues/2786)) - Add "new_name" parameter to repo transfer request ([#​2788](https://togithub.com/google/go-github/issues/2788)) - Add workflow run display title ([#​2792](https://togithub.com/google/go-github/issues/2792)) - Bump version of go-github to v53.0.0 ([#​2797](https://togithub.com/google/go-github/issues/2797))
--- ### 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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-cloud-go). --- bigquery/arrow.go | 8 ++++---- bigquery/go.mod | 3 ++- bigquery/go.sum | 5 +++-- bigquery/storage_integration_test.go | 10 +++++----- go.work.sum | 1 + internal/gapicgen/git/github.go | 2 +- internal/gapicgen/go.mod | 2 +- internal/gapicgen/go.sum | 4 ++-- internal/postprocessor/go.mod | 2 +- internal/postprocessor/go.sum | 4 ++-- internal/postprocessor/main.go | 2 +- 11 files changed, 23 insertions(+), 20 deletions(-) diff --git a/bigquery/arrow.go b/bigquery/arrow.go index 1e8da9a411d2..0d9efeff8c9d 100644 --- a/bigquery/arrow.go +++ b/bigquery/arrow.go @@ -23,10 +23,10 @@ import ( "math/big" "cloud.google.com/go/civil" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/ipc" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/ipc" + "github.com/apache/arrow/go/v15/arrow/memory" "google.golang.org/api/iterator" ) diff --git a/bigquery/go.mod b/bigquery/go.mod index fb33b1111ae8..33cf7586a2cd 100644 --- a/bigquery/go.mod +++ b/bigquery/go.mod @@ -8,7 +8,7 @@ require ( cloud.google.com/go/iam v1.1.7 cloud.google.com/go/longrunning v0.5.6 cloud.google.com/go/storage v1.39.1 - github.com/apache/arrow/go/v14 v14.0.2 + github.com/apache/arrow/go/v15 v15.0.2 github.com/google/go-cmp v0.6.0 github.com/google/uuid v1.6.0 github.com/googleapis/gax-go/v2 v2.12.3 @@ -47,6 +47,7 @@ require ( go.opentelemetry.io/otel/sdk v1.22.0 // indirect go.opentelemetry.io/otel/trace v1.24.0 // indirect golang.org/x/crypto v0.21.0 // indirect + golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect golang.org/x/mod v0.13.0 // indirect golang.org/x/net v0.22.0 // indirect golang.org/x/oauth2 v0.18.0 // indirect diff --git a/bigquery/go.sum b/bigquery/go.sum index 675768187ad1..66637e66b3a3 100644 --- a/bigquery/go.sum +++ b/bigquery/go.sum @@ -14,8 +14,8 @@ cloud.google.com/go/longrunning v0.5.6/go.mod h1:vUaDrWYOMKRuhiv6JBnn49YxCPz2Ayn cloud.google.com/go/storage v1.39.1 h1:MvraqHKhogCOTXTlct/9C3K3+Uy2jBmFYb3/Sp6dVtY= cloud.google.com/go/storage v1.39.1/go.mod h1:xK6xZmxZmo+fyP7+DEF6FhNc24/JAe95OLyOHCXFH1o= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/apache/arrow/go/v14 v14.0.2 h1:N8OkaJEOfI3mEZt07BIkvo4sC6XDbL+48MBPWO5IONw= -github.com/apache/arrow/go/v14 v14.0.2/go.mod h1:u3fgh3EdgN/YQ8cVQRguVW3R+seMybFg8QBQ5LU+eBY= +github.com/apache/arrow/go/v15 v15.0.2 h1:60IliRbiyTWCWjERBCkO1W4Qun9svcYoZrSLcyOsMLE= +github.com/apache/arrow/go/v15 v15.0.2/go.mod h1:DGXsR3ajT524njufqf95822i+KTh+yea1jass9YXgjA= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= @@ -122,6 +122,7 @@ golang.org/x/crypto v0.21.0 h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA= golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20231006140011-7918f672742d h1:jtJma62tbqLibJ5sFQz8bKtEM8rJBtfilJ2qTU199MI= +golang.org/x/exp v0.0.0-20231006140011-7918f672742d/go.mod h1:ldy0pHrwJyGW56pPQzzkH36rKxoZW1tw7ZJpeKx+hdo= golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= diff --git a/bigquery/storage_integration_test.go b/bigquery/storage_integration_test.go index 213c6f60c706..5fcaf9b14625 100644 --- a/bigquery/storage_integration_test.go +++ b/bigquery/storage_integration_test.go @@ -22,11 +22,11 @@ import ( "time" "cloud.google.com/go/internal/testutil" - "github.com/apache/arrow/go/v14/arrow" - "github.com/apache/arrow/go/v14/arrow/array" - "github.com/apache/arrow/go/v14/arrow/ipc" - "github.com/apache/arrow/go/v14/arrow/math" - "github.com/apache/arrow/go/v14/arrow/memory" + "github.com/apache/arrow/go/v15/arrow" + "github.com/apache/arrow/go/v15/arrow/array" + "github.com/apache/arrow/go/v15/arrow/ipc" + "github.com/apache/arrow/go/v15/arrow/math" + "github.com/apache/arrow/go/v15/arrow/memory" "github.com/google/go-cmp/cmp" "google.golang.org/api/iterator" ) diff --git a/go.work.sum b/go.work.sum index 061540b9f0b4..b531a703efd9 100644 --- a/go.work.sum +++ b/go.work.sum @@ -6,6 +6,7 @@ github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy86 github.com/Masterminds/semver/v3 v3.2.0/go.mod h1:qvl/7zhW3nngYb5+80sSMF+FG2BjYrf8m9wsX0PNOMQ= github.com/Masterminds/sprig/v3 v3.2.3/go.mod h1:rXcFaZ2zZbLRJv/xSysmlgIM1u11eBaRMhvYXJNkGuM= github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be/go.mod h1:ySMOLuWl6zY27l47sB3qLNK6tF2fkHG55UZxx8oIVo4= +github.com/apache/arrow/go/v15 v15.0.2 h1:60IliRbiyTWCWjERBCkO1W4Qun9svcYoZrSLcyOsMLE= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= github.com/aws/aws-sdk-go-v2 v1.16.10/go.mod h1:WTACcleLz6VZTp7fak4EO5b9Q4foxbn+8PIz3PmyKlo= github.com/aws/aws-sdk-go-v2/config v1.15.9/go.mod h1:rv/l/TbZo67kp99v/3Kb0qV6Fm1KEtKyruEV2GvVfgs= diff --git a/internal/gapicgen/git/github.go b/internal/gapicgen/git/github.go index 06511c3e8612..dc56a2302aa1 100644 --- a/internal/gapicgen/git/github.go +++ b/internal/gapicgen/git/github.go @@ -26,7 +26,7 @@ import ( "time" "cloud.google.com/go/internal/gapicgen/execv" - "github.com/google/go-github/v52/github" + "github.com/google/go-github/v60/github" "golang.org/x/oauth2" ) diff --git a/internal/gapicgen/go.mod b/internal/gapicgen/go.mod index 63674999a7a8..3d86aab45ed3 100644 --- a/internal/gapicgen/go.mod +++ b/internal/gapicgen/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/go-git/go-git/v5 v5.11.0 - github.com/google/go-github/v52 v52.0.0 + github.com/google/go-github/v60 v60.0.0 golang.org/x/oauth2 v0.18.0 golang.org/x/sync v0.6.0 ) diff --git a/internal/gapicgen/go.sum b/internal/gapicgen/go.sum index 119319df5c3a..6e95eb92e98d 100644 --- a/internal/gapicgen/go.sum +++ b/internal/gapicgen/go.sum @@ -35,8 +35,8 @@ github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiu 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-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/v60 v60.0.0 h1:oLG98PsLauFvvu4D/YPxq374jhSxFYdzQGNCyONLfn8= +github.com/google/go-github/v60 v60.0.0/go.mod h1:ByhX2dP9XT9o/ll2yXAu2VD8l5eNVg8hD4Cr0S/LmQk= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A= diff --git a/internal/postprocessor/go.mod b/internal/postprocessor/go.mod index 4c02a88cddcc..c6d67c1d38bd 100644 --- a/internal/postprocessor/go.mod +++ b/internal/postprocessor/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/go-git/go-git/v5 v5.11.0 github.com/google/go-cmp v0.6.0 - github.com/google/go-github/v58 v58.0.0 + github.com/google/go-github/v60 v60.0.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/internal/postprocessor/go.sum b/internal/postprocessor/go.sum index 394bdb264f7b..483017cfa2d4 100644 --- a/internal/postprocessor/go.sum +++ b/internal/postprocessor/go.sum @@ -31,8 +31,8 @@ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4er github.com/google/go-cmp v0.5.2/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/v58 v58.0.0 h1:Una7GGERlF/37XfkPwpzYJe0Vp4dt2k1kCjlxwjIvzw= -github.com/google/go-github/v58 v58.0.0/go.mod h1:k4hxDKEfoWpSqFlc8LTpGd9fu2KrV1YAa6Hi6FmDNY4= +github.com/google/go-github/v60 v60.0.0 h1:oLG98PsLauFvvu4D/YPxq374jhSxFYdzQGNCyONLfn8= +github.com/google/go-github/v60 v60.0.0/go.mod h1:ByhX2dP9XT9o/ll2yXAu2VD8l5eNVg8hD4Cr0S/LmQk= github.com/google/go-querystring v1.1.0 h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A= diff --git a/internal/postprocessor/main.go b/internal/postprocessor/main.go index d7fcce527e11..36d257b754b1 100644 --- a/internal/postprocessor/main.go +++ b/internal/postprocessor/main.go @@ -33,7 +33,7 @@ import ( "time" "cloud.google.com/go/internal/postprocessor/execv/gocmd" - "github.com/google/go-github/v58/github" + "github.com/google/go-github/v60/github" ) const (