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

dep: update module github.com/google/go-github/v55 to v56 #412

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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)

Configuration

📅 Schedule: Branch creation - "on the first day of the month also on the 2nd day of the month before 5pm" (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.


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

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

Copy link
Contributor Author

renovate bot commented Nov 1, 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/77a9dc/120d58/repos/github/lindell/multi-gitter":"/tmp/worker/77a9dc/120d58/repos/github/lindell/multi-gitter" -v "/tmp/worker/77a9dc/120d58/cache":"/tmp/worker/77a9dc/120d58/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/77a9dc/120d58/repos/github/lindell/multi-gitter" 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/v55 -t=56 && go mod tidy && go mod tidy"
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/go-git/go-git/v5 v5.10.0
go: downloading github.com/stretchr/testify v1.8.4
go: downloading github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
go: downloading github.com/spf13/cobra v1.7.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/spf13/viper v1.17.0
go: downloading github.com/gfleury/go-bitbucket-v1 v0.0.0-20230626192437-8d7be5866751
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading code.gitea.io/sdk/gitea v0.16.0
go: downloading golang.org/x/oauth2 v0.13.0
go: downloading github.com/xanzy/go-gitlab v0.93.2
go: downloading golang.org/x/sys v0.13.0
go: downloading dario.cat/mergo v1.0.0
go: downloading github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
go: downloading github.com/go-git/go-billy/v5 v5.5.0
go: downloading github.com/sergi/go-diff v1.1.0
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading github.com/sagikazarmark/locafero v0.3.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/spf13/afero v1.10.0
go: downloading github.com/spf13/cast v1.5.1
go: downloading github.com/davidmz/go-pageant v1.0.2
go: downloading github.com/go-fed/httpsig v1.1.0
go: downloading github.com/hashicorp/go-version v1.5.0
go: downloading golang.org/x/crypto v0.14.0
go: downloading golang.org/x/net v0.17.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-retryablehttp v0.7.2
go: downloading golang.org/x/time v0.3.0
go: downloading github.com/cyphar/filepath-securejoin v0.2.4
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.0
go: downloading github.com/acomagu/bufpipe v1.0.4
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading golang.org/x/exp v0.0.0-20230905200255-921286631fa9
go: downloading github.com/subosito/gotenv v1.6.0
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.7
go: downloading github.com/pelletier/go-toml/v2 v2.1.0
go: downloading golang.org/x/text v0.13.0
go: downloading google.golang.org/appengine v1.6.7
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.2.0
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/cloudflare/circl v1.3.3
go: downloading github.com/golang/protobuf v1.5.3
go: downloading github.com/Microsoft/go-winio v0.6.1
go: downloading go.uber.org/multierr v1.9.0
go: downloading google.golang.org/protobuf v1.31.0
go: downloading golang.org/x/tools v0.13.0
go: downloading go.uber.org/atomic v1.9.0
go: downloading golang.org/x/mod v0.12.0
go: downloading github.com/google/go-github/v55 v55.0.0
go: downloading github.com/google/go-github v17.0.0+incompatible
go: added github.com/google/go-github/v55 v55.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 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 golang.org/x/sys v0.12.0
go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
go: downloading golang.org/x/crypto v0.13.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, {0xc000107000, 0x44, 0xc0000c0980?})
	/go/pkg/mod/golang.org/x/mod@v0.13.0/modfile/rule.go:1088 +0x4c5
github.com/marwan-at-work/mod/major.Run({0xa827a8, 0x1}, {0x9b10df, 0x7}, {0x7ffdcd2bfa5f, 0x1f}, 0xdd9a60?)
	/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.0/major/major.go:72 +0x7ac
main.upgrade(0x8ff1a0?)
	/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.0/cmd/mod/main.go:75 +0x6f
main.main.withExit.func1(0xc0000ec2c0?)
	/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.0/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/v2@v2.25.1/command.go:274 +0x998
github.com/urfave/cli/v2.(*Command).Run(0xc0000ec840, 0xc0000a4b80, {0xc0000a4040, 0x4, 0x4})
	/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/command.go:267 +0xbe5
github.com/urfave/cli/v2.(*App).RunContext(0xc000174000, {0xa8bde8?, 0xe080e0}, {0xc0000a4040, 0x4, 0x4})
	/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/app.go:332 +0x5b7
github.com/urfave/cli/v2.(*App).Run(...)
	/go/pkg/mod/github.com/urfave/cli/v2@v2.25.1/app.go:309
main.main()
	/go/pkg/mod/github.com/marwan-at-work/mod@v0.7.0/cmd/mod/main.go:71 +0x68b

@renovate renovate bot force-pushed the renovate/github.com-google-go-github-v55-56.x branch from eac0517 to 277db0c Compare November 1, 2023 06:28
@lindell lindell merged commit 946afac into master Nov 1, 2023
14 checks passed
@lindell lindell deleted the renovate/github.com-google-go-github-v55-56.x branch November 1, 2023 20:01
Copy link
Contributor

github-actions bot commented Nov 2, 2023

Included in release v0.48.1 🎉

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.

None yet

1 participant