mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-04-13 11:50:34 +02:00
chore(deps): bump github.com/xanzy/go-gitlab from 0.106.0 to 0.107.0 (#5000)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.106.0 to 0.107.0. <details> <summary>Commits</summary> <ul> <li><a href="32b7839081
"><code>32b7839</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1971">#1971</a> from PatrickRice-KSC/add-support-for-default-branch-...</li> <li><a href="473bbdf7a0
"><code>473bbdf</code></a> Fix comments and pointers</li> <li><a href="69412a46b5
"><code>69412a4</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1966">#1966</a> from bearx3f/main</li> <li><a href="2ea42f2787
"><code>2ea42f2</code></a> small change as suggestion</li> <li><a href="7116698cfa
"><code>7116698</code></a> Add support to Groups APIs for DefaultBranchDefaults</li> <li><a href="ec404fa24d
"><code>ec404fa</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1969">#1969</a> from perrze/change-VariableType-type</li> <li><a href="7f1e0f7e20
"><code>7f1e0f7</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1970">#1970</a> from deepflame/feature/update-jira-integration</li> <li><a href="138b042615
"><code>138b042</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1958">#1958</a> from nanjingfm/feat/add-group-member-api</li> <li><a href="c22fdc7ab9
"><code>c22fdc7</code></a> feat: add inherited group member api</li> <li><a href="e43897f34d
"><code>e43897f</code></a> Add tests for authentication types</li> <li>Additional commits viewable in <a href="https://github.com/xanzy/go-gitlab/compare/v0.106.0...v0.107.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8c451c2569
commit
3f902476fb
2
go.mod
2
go.mod
@ -46,7 +46,7 @@ require (
|
||||
github.com/spf13/cobra v1.8.1
|
||||
github.com/stretchr/testify v1.9.0
|
||||
github.com/ulikunitz/xz v0.5.12
|
||||
github.com/xanzy/go-gitlab v0.106.0
|
||||
github.com/xanzy/go-gitlab v0.107.0
|
||||
gocloud.dev v0.37.0
|
||||
golang.org/x/crypto v0.25.0
|
||||
golang.org/x/oauth2 v0.21.0
|
||||
|
4
go.sum
4
go.sum
@ -766,8 +766,8 @@ github.com/whyrusleeping/cbor-gen v0.1.1-0.20240311221002-68b9f235c302 h1:MhInbX
|
||||
github.com/whyrusleeping/cbor-gen v0.1.1-0.20240311221002-68b9f235c302/go.mod h1:pM99HXyEbSQHcosHc0iW7YFmwnscr+t9Te4ibko05so=
|
||||
github.com/wk8/go-ordered-map/v2 v2.1.8 h1:5h/BUHu93oj4gIdvHHHGsScSTMijfx5PeYkE/fJgbpc=
|
||||
github.com/wk8/go-ordered-map/v2 v2.1.8/go.mod h1:5nJHM5DyteebpVlHnWMV0rPz6Zp7+xBAnxjb1X5vnTw=
|
||||
github.com/xanzy/go-gitlab v0.106.0 h1:EDfD03K74cIlQo2EducfiupVrip+Oj02bq9ofw5F8sA=
|
||||
github.com/xanzy/go-gitlab v0.106.0/go.mod h1:ETg8tcj4OhrB84UEgeE8dSuV/0h4BBL1uOV/qK0vlyI=
|
||||
github.com/xanzy/go-gitlab v0.107.0 h1:P2CT9Uy9yN9lJo3FLxpMZ4xj6uWcpnigXsjvqJ6nd2Y=
|
||||
github.com/xanzy/go-gitlab v0.107.0/go.mod h1:wKNKh3GkYDMOsGmnfuX+ITCmDuSDWFO0G+C4AygL9RY=
|
||||
github.com/xanzy/ssh-agent v0.3.3 h1:+/15pJfg/RsTxqYcX6fHqOXZwwMP+2VyYWJeWM2qQFM=
|
||||
github.com/xanzy/ssh-agent v0.3.3/go.mod h1:6dzNDKs0J9rVPHPhaGCukekBHKqfl+L3KghI1Bc68Uw=
|
||||
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f/go.mod h1:N2zxlSyiKSe5eX1tZViRH5QA0qijqEDrYZiPEAiq3wU=
|
||||
|
Loading…
x
Reference in New Issue
Block a user