mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
chore(deps): bump github.com/xanzy/go-gitlab from 0.113.0 to 0.114.0 (#5296)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.113.0 to 0.114.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/xanzy/go-gitlab/releases">github.com/xanzy/go-gitlab's releases</a>.</em></p> <blockquote> <h2>v0.114.0</h2> <h2>What's Changed</h2> <ul> <li>Add project setting ci_pipeline_variables_minimum_override_role by <a href="https://github.com/vindvaki"><code>@vindvaki</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2057">xanzy/go-gitlab#2057</a></li> <li>feat: implement 'allowed_email_domains_list' group attribute by <a href="https://github.com/jeremad"><code>@jeremad</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2059">xanzy/go-gitlab#2059</a></li> <li>Implement <code>externalK8sProxyUrl</code> field in Metadata API by <a href="https://github.com/timofurrer"><code>@timofurrer</code></a> in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2062">xanzy/go-gitlab#2062</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vindvaki"><code>@vindvaki</code></a> made their first contribution in <a href="https://redirect.github.com/xanzy/go-gitlab/pull/2057">xanzy/go-gitlab#2057</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/xanzy/go-gitlab/compare/v0.113.0...v0.114.0">https://github.com/xanzy/go-gitlab/compare/v0.113.0...v0.114.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="912f9bf48d
"><code>912f9bf</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/2062">#2062</a> from xanzy/metadata-proxy</li> <li><a href="29c7d054ce
"><code>29c7d05</code></a> Implement <code>externalK8sProxyUrl</code> field in Metadata API</li> <li><a href="24eba2678c
"><code>24eba26</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/2059">#2059</a> from jeremad/jrm/email_domains</li> <li><a href="4f7ea733c0
"><code>4f7ea73</code></a> chore: improve IPRestrictionRanges test</li> <li><a href="f285de48fa
"><code>f285de4</code></a> fix: 'ip_restriction_ranges' is not a create group field</li> <li><a href="cfed26b9ed
"><code>cfed26b</code></a> feat: implement 'allowed_email_domains_list' group attribute</li> <li><a href="8eaea58d4b
"><code>8eaea58</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/2057">#2057</a> from vindvaki/main</li> <li><a href="b1400c5790
"><code>b1400c5</code></a> Update types.go</li> <li><a href="0a513db73b
"><code>0a513db</code></a> Update projects_test.go</li> <li><a href="b1a9eacd1d
"><code>b1a9eac</code></a> Add documentation comments for new type</li> <li>Additional commits viewable in <a href="https://github.com/xanzy/go-gitlab/compare/v0.113.0...v0.114.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/xanzy/go-gitlab&package-manager=go_modules&previous-version=0.113.0&new-version=0.114.0)](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
ae4f6aa662
commit
c124eef95a
2
go.mod
2
go.mod
@ -43,7 +43,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.113.0
|
||||
github.com/xanzy/go-gitlab v0.114.0
|
||||
gocloud.dev v0.40.0
|
||||
golang.org/x/crypto v0.29.0
|
||||
golang.org/x/oauth2 v0.24.0
|
||||
|
4
go.sum
4
go.sum
@ -800,8 +800,8 @@ github.com/whyrusleeping/cbor-gen v0.1.3-0.20240731173018-74d74643234c h1:Jmc9fH
|
||||
github.com/whyrusleeping/cbor-gen v0.1.3-0.20240731173018-74d74643234c/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.113.0 h1:v5O4R+YZbJGxKqa9iIZxjMyeKkMKBN8P6sZsNl+YckM=
|
||||
github.com/xanzy/go-gitlab v0.113.0/go.mod h1:wKNKh3GkYDMOsGmnfuX+ITCmDuSDWFO0G+C4AygL9RY=
|
||||
github.com/xanzy/go-gitlab v0.114.0 h1:0wQr/KBckwrZPfEMjRqpUz0HmsKKON9UhCYv9KDy19M=
|
||||
github.com/xanzy/go-gitlab v0.114.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