Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module github.com/google/go-github/v51 to v56 #305

Merged
merged 3 commits into from
Oct 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 12, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/google/go-github/v51 require major v51.0.0 -> v56.0.0

Release Notes

google/go-github (github.com/google/go-github/v51)

v56.0.0

Compare Source

This release contains the following breaking API changes:

  • Remove ListServiceHooks (#​2917)
  • Fix SecretScanning API by switching arguments from url to json (#​2934)
  • Remove openpgp and change CreateCommit signature (#​2935)
  • Allow up to maxRedirects upon receiving HTTP 301 status (#​2939)
  • Escape branch string before inserting it in URL (#​2948)
  • Create MarkdownService, EmojisService, CodesOfConductService and MetaService (#​2937)
  • Support options for GetCodeownersErrors (#​2953)

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

v55.0.0

Compare Source

This release contains the following breaking API changes:

  • Add missing fields to SecurityAdvisoryEvent and rename others (#​2889)

and the following additional changes:

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

v54.0.0

Compare Source

This release contains the following breaking API changes:

  • Fix ListPullRequestsWithCommit option type (#​2822)
  • Support repository_id in org ruleset conditions (#​2825)
  • Fix repo rules bypass settings (#​2831)
  • Fix old_name field in AuditEntry (#​2849)

and the following additional changes:

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

v53.2.0

Compare Source

This minor release contains the following changes:

  • Implement rulesets (#​2795)
  • Support code scanning default setup configuration (#​2808)
  • Add generate-jitconfig API for self-hosted runners (#​2801)
  • Initial implementation of codespaces API (#​2803)
  • Fix missing Include, Exclude fields in RulesetRefConditionParameters (#​2810)
  • Bump version of go-github to v53.2.0 (#​2811)

v53.1.0

Compare Source

This minor release contains the following changes:

  • Bump go-github from v52.0.0 to v53.0.0 in /scrape (#​2800)
  • Add GitHub App event security_advisory (#​2799)
  • Fix auth vulnerability (#​2805)
  • Bump version of go-github to v53.1.0 (#​2806)

v53.0.0

Compare Source

This release contains the following breaking API changes:

  • Update DependabotSecretsSelectedRepoIDs type to []int64 (#​2794)

and the following additional changes:

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

v52.0.0

Compare Source

This release contains the following breaking API changes:

  • Update Create/Update methods to return the workflow (#​2759)

and the following additional changes:

  • Bump go-github from 50.2.0 to 51.0.0 in /scrape (#​2740)
  • Add Topics to PushEventRepository (#​2742)
  • Add fields to Branch Protection endpoint (#​2744)
  • Add GetTime method to Timestamp (#​2743)
  • Bump golang.org/x/net from 0.8.0 to 0.9.0 in /scrape (#​2748)
  • Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 (#​2747)
  • Add DNS health checks support for GitHub Pages (#​2746)
  • Add Owner to EditChange struct (#​2750)
  • Bump codecov/codecov-action from 3.1.1 to 3.1.2 (#​2761)
  • Add HeadBranch field to WorkflowJob (#​2764)
  • Add requester to InstallationEvent (#​2763)
  • Add InstallationsCount to App (#​2765)
  • Bump version of go-github to v52.0.0 (#​2766)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot enabled auto-merge (squash) October 12, 2023 00:36
@renovate
Copy link
Contributor Author

renovate bot commented Oct 27, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/cb94d0/2f74e7/repos/github/SchwarzIT/go-template":"/tmp/worker/cb94d0/2f74e7/repos/github/SchwarzIT/go-template" -v "/tmp/worker/cb94d0/2f74e7/cache":"/tmp/worker/cb94d0/2f74e7/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/cb94d0/2f74e7/repos/github/SchwarzIT/go-template" ghcr.io/containerbase/sidecar:9.23.5 bash -l -c "install-tool golang 1.21.3 && go get -d -t ./... && go install github.com/marwan-at-work/mod/cmd/mod@latest && mod upgrade --mod-name=github.com/google/go-github/v51 -t=56 && go mod tidy && go mod tidy"
go: downloading github.com/muesli/termenv v0.15.2
go: downloading github.com/spf13/cobra v1.7.0
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading github.com/stretchr/testify v1.8.4
go: downloading github.com/golangci/golangci-lint v1.53.3
go: downloading golang.org/x/vuln v0.2.0
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/mattn/go-isatty v0.0.18
go: downloading github.com/mattn/go-runewidth v0.0.14
go: downloading golang.org/x/sys v0.8.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/huandu/xstrings v1.3.3
go: downloading github.com/imdario/mergo v0.3.12
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.2.0
go: downloading github.com/spf13/cast v1.5.0
go: downloading golang.org/x/crypto v0.9.0
go: downloading github.com/rivo/uniseg v0.2.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/fatih/color v1.15.0
go: downloading github.com/gofrs/flock v0.8.1
go: downloading github.com/spf13/viper v1.12.0
go: downloading golang.org/x/mod v0.10.0
go: downloading golang.org/x/tools v0.9.3
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading github.com/ldez/gomoddirectives v0.2.3
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/go-xmlfmt/xmlfmt v1.1.2
go: downloading github.com/fsnotify/fsnotify v1.5.4
go: downloading github.com/spf13/afero v1.8.2
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading golang.org/x/sync v0.2.0
go: downloading github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6
go: downloading github.com/hashicorp/errwrap v1.0.0
go: downloading 4d63.com/gocheckcompilerdirectives v1.2.1
go: downloading 4d63.com/gochecknoglobals v0.2.1
go: downloading github.com/4meepo/tagalign v1.2.2
go: downloading github.com/Abirdcfly/dupword v0.0.11
go: downloading github.com/Antonboom/errname v0.1.10
go: downloading github.com/Antonboom/nilnil v0.1.5
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
go: downloading github.com/GaijinEntertainment/go-exhaustruct/v2 v2.3.0
go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.1.0
go: downloading github.com/alexkohler/nakedret/v2 v2.0.2
go: downloading github.com/alexkohler/prealloc v1.0.0
go: downloading github.com/alingse/asasalint v0.0.11
go: downloading github.com/ashanbrown/forbidigo v1.5.3
go: downloading github.com/ashanbrown/makezero v1.1.1
go: downloading github.com/bkielbasa/cyclop v1.2.1
go: downloading github.com/blizzy78/varnamelen v0.8.0
go: downloading github.com/bombsimon/wsl/v3 v3.4.0
go: downloading github.com/breml/bidichk v0.2.4
go: downloading github.com/breml/errchkjson v0.3.1
go: downloading github.com/butuzov/ireturn v0.2.0
go: downloading github.com/butuzov/mirror v1.1.0
go: downloading github.com/charithe/durationcheck v0.0.10
go: downloading github.com/curioswitch/go-reassign v0.2.0
go: downloading github.com/daixiang0/gci v0.10.1
go: downloading github.com/denis-tingaikin/go-header v0.4.3
go: downloading github.com/esimonov/ifshort v1.0.4
go: downloading github.com/firefart/nonamedreturns v1.0.4
go: downloading github.com/fzipp/gocyclo v0.6.0
go: downloading github.com/go-critic/go-critic v0.8.1
go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
go: downloading github.com/golangci/go-misc v0.0.0-20220329215616-d24fe342adfe
go: downloading github.com/golangci/gofmt v0.0.0-20220901101216-f2edd75033f2
go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
go: downloading github.com/golangci/misspell v0.4.0
go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
go: downloading github.com/gordonklaus/ineffassign v0.0.0-20230610083614-0e73809eb601
go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0
go: downloading github.com/gostaticanalysis/nilerr v0.1.1
go: downloading github.com/hexops/gotextdiff v1.0.3
go: downloading github.com/jgautheron/goconst v1.5.1
go: downloading github.com/jingyugao/rowserrcheck v1.1.1
go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
go: downloading github.com/julz/importas v0.1.0
go: downloading github.com/kisielk/errcheck v1.6.3
go: downloading github.com/kkHAIKE/contextcheck v1.1.4
go: downloading github.com/kulti/thelper v0.6.3
go: downloading github.com/kunwardeep/paralleltest v1.0.7
go: downloading github.com/kyoh86/exportloopref v0.1.11
go: downloading github.com/ldez/tagliatelle v0.5.0
go: downloading github.com/leonklingele/grouper v1.1.1
go: downloading github.com/lufeee/execinquery v1.2.1
go: downloading github.com/maratori/testableexamples v1.0.0
go: downloading github.com/maratori/testpackage v1.1.1
go: downloading github.com/matoous/godox v0.0.0-20230222163458-006bad1f9d26
go: downloading github.com/mbilski/exhaustivestruct v1.2.0
go: downloading github.com/mgechev/revive v1.3.2
go: downloading github.com/moricho/tparallel v0.3.1
go: downloading github.com/nakabonne/nestif v0.3.1
go: downloading github.com/nishanths/exhaustive v0.11.0
go: downloading github.com/nishanths/predeclared v0.2.2
go: downloading github.com/nunnatsa/ginkgolinter v0.12.1
go: downloading github.com/polyfloyd/go-errorlint v1.4.2
go: downloading github.com/ryancurrah/gomodguard v1.3.0
go: downloading github.com/ryanrolds/sqlclosecheck v0.4.0
go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.7
go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
go: downloading github.com/sashamelentyev/usestdlibvars v1.23.0
go: downloading github.com/securego/gosec/v2 v2.16.0
go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
go: downloading github.com/sivchari/containedctx v1.0.3
go: downloading github.com/sivchari/nosnakecase v1.7.0
go: downloading github.com/sivchari/tenv v1.7.1
go: downloading github.com/sonatard/noctx v0.0.2
go: downloading github.com/sourcegraph/go-diff v0.7.0
go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
go: downloading github.com/stbenjam/no-sprintf-host-port v0.1.1
go: downloading github.com/tdakkota/asciicheck v0.2.0
go: downloading github.com/tetafro/godot v1.4.11
go: downloading github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966
go: downloading github.com/timonwong/loggercheck v0.9.4
go: downloading github.com/tomarrell/wrapcheck/v2 v2.8.1
go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
go: downloading github.com/ultraware/funlen v0.0.3
go: downloading github.com/ultraware/whitespace v0.0.5
go: downloading github.com/uudashr/gocognit v1.0.6
go: downloading github.com/xen0n/gosmopolitan v1.2.1
go: downloading github.com/yagipy/maintidx v1.0.0
go: downloading github.com/yeya24/promlinter v0.2.0
go: downloading github.com/ykadowak/zerologlint v0.1.2
go: downloading gitlab.com/bosi/decorder v0.2.3
go: downloading go.tmz.dev/musttag v0.7.0
go: downloading honnef.co/go/tools v0.4.3
go: downloading mvdan.cc/gofumpt v0.5.0
go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
go: downloading mvdan.cc/unparam v0.0.0-20230312165513-e84e2d14e3b8
go: downloading github.com/stretchr/objx v0.5.0
go: downloading golang.org/x/text v0.9.0
go: downloading github.com/subosito/gotenv v1.4.1
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.6
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading github.com/pelletier/go-toml/v2 v2.0.5
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/fatih/structtag v1.2.0
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/google/go-cmp v0.5.9
go: downloading go.uber.org/zap v1.24.0
go: downloading github.com/go-toolsmith/astfmt v1.1.0
go: downloading github.com/go-toolsmith/astcast v1.1.0
go: downloading github.com/go-toolsmith/astcopy v1.1.0
go: downloading github.com/go-toolsmith/astequal v1.1.0
go: downloading github.com/go-toolsmith/astp v1.1.0
go: downloading github.com/go-toolsmith/strparse v1.1.0
go: downloading github.com/go-toolsmith/typep v1.1.0
go: downloading github.com/quasilyte/go-ruleguard v0.3.19
go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
go: downloading github.com/kisielk/gotool v1.0.0
go: downloading github.com/gostaticanalysis/comment v1.4.2
go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
go: downloading github.com/ettle/strcase v0.1.1
go: downloading github.com/t-yuki/gocover-cobertura v0.0.0-20180217150009-aaee18c8195c
go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
go: downloading github.com/prometheus/client_golang v1.12.1
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading golang.org/x/exp/typeparams v0.0.0-20230224173230-c95f2b4c22f2
go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
go: downloading go.uber.org/atomic v1.7.0
go: downloading go.uber.org/multierr v1.6.0
go: downloading github.com/quasilyte/gogrep v0.5.0
go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
go: downloading github.com/chavacava/garif v0.0.0-20230227094218-b8c73b2037b8
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.1.2
go: downloading github.com/golang/protobuf v1.5.2
go: downloading github.com/prometheus/common v0.32.1
go: downloading github.com/prometheus/procfs v0.7.3
go: downloading google.golang.org/protobuf v1.28.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/google/go-github/v51 v51.0.0
go: downloading github.com/google/go-github v17.0.0+incompatible
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8
go: downloading github.com/google/go-querystring v1.1.0
go: downloading golang.org/x/oauth2 v0.6.0
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/cloudflare/circl v1.1.0
go: downloading golang.org/x/net v0.10.0
go: added github.com/google/go-github/v51 v51.0.0
go: downloading github.com/marwan-at-work/mod v0.7.0
go: downloading github.com/urfave/cli/v2 v2.25.1
go: downloading github.com/PuerkitoBio/goquery v1.8.1
go: downloading github.com/google/go-github/v52 v52.0.0
go: downloading golang.org/x/mod v0.13.0
go: downloading golang.org/x/oauth2 v0.7.0
go: downloading golang.org/x/tools v0.13.0
go: downloading github.com/andybalholm/cascadia v1.3.2
go: downloading golang.org/x/net v0.15.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230426101702-58e86b294756
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
go: downloading golang.org/x/sys v0.12.0
go: downloading golang.org/x/crypto v0.13.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/cloudflare/circl v1.3.2
panic: SetRequire called with conflicting versions for path github.com/google/go-github/v56 (latest and v56.0.0)

goroutine 1 [running]:
golang.org/x/mod/modfile.(*File).SetRequire(0xc0000fea80, {0xc00019b800, 0xc8, 0xc0000c1320?})
	/go/pkg/mod/golang.org/x/[email protected]/modfile/rule.go:1088 +0x4c5
github.com/marwan-at-work/mod/major.Run({0xa827a8, 0x1}, {0x9b10df, 0x7}, {0x7fff8545aa5e, 0x1f}, 0xdd9a60?)
	/go/pkg/mod/github.com/marwan-at-work/[email protected]/major/major.go:72 +0x7ac
main.upgrade(0x8ff1a0?)
	/go/pkg/mod/github.com/marwan-at-work/[email protected]/cmd/mod/main.go:75 +0x6f
main.main.withExit.func1(0xc0000ec2c0?)
	/go/pkg/mod/github.com/marwan-at-work/[email protected]/cmd/mod/main.go:88 +0x17
github.com/urfave/cli/v2.(*Command).Run(0xc0000ec2c0, 0xc0000a4c40, {0xc000085710, 0x3, 0x3})
	/go/pkg/mod/github.com/urfave/cli/[email protected]/command.go:274 +0x998
github.com/urfave/cli/v2.(*Command).Run(0xc0000ec840, 0xc0000a4b80, {0xc0000a4040, 0x4, 0x4})
	/go/pkg/mod/github.com/urfave/cli/[email protected]/command.go:267 +0xbe5
github.com/urfave/cli/v2.(*App).RunContext(0xc000174000, {0xa8bde8?, 0xe080e0}, {0xc0000a4040, 0x4, 0x4})
	/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:332 +0x5b7
github.com/urfave/cli/v2.(*App).Run(...)
	/go/pkg/mod/github.com/urfave/cli/[email protected]/app.go:309
main.main()
	/go/pkg/mod/github.com/marwan-at-work/[email protected]/cmd/mod/main.go:71 +0x68b

@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v51-56.x branch from beb7e41 to 20be6e1 Compare October 27, 2023 12:23
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v51-56.x branch 2 times, most recently from 69fccdc to 0521b20 Compare October 27, 2023 13:31
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v51-56.x branch from 0521b20 to 2dba154 Compare October 27, 2023 15:08
@renovate
Copy link
Contributor Author

renovate bot commented Oct 27, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@renovate renovate bot merged commit e04ce03 into main Oct 28, 2023
@danielzwink danielzwink deleted the renovate/github.com-google-go-github-v51-56.x branch October 28, 2023 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant