mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
feat(deps): bump github.com/xanzy/go-gitlab from 0.92.3 to 0.93.0 (#4349)
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.92.3 to 0.93.0. <details> <summary>Commits</summary> <ul> <li><a href="e10421747d
"><code>e104217</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1814">#1814</a> from timofurrer/feature/user-pat</li> <li><a href="bce1c13bb8
"><code>bce1c13</code></a> Support CreatePersonalAccessTokenForCurrentUser endpoint</li> <li><a href="285184db25
"><code>285184d</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1813">#1813</a> from mitar/patch-1</li> <li><a href="9085e187c1
"><code>9085e18</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1815">#1815</a> from xuxiaowei-com-cn/xuxiaowei/DeleteProjectArtifacts</li> <li><a href="6aff7b6843
"><code>6aff7b6</code></a> ✨ delete artifacts eligible for deletion in a project</li> <li><a href="c92eb1bf2c
"><code>c92eb1b</code></a> Make sure response is fully consumed.</li> <li><a href="8cb9c32b5f
"><code>8cb9c32</code></a> Fixes <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1811">#1811</a></li> <li>See full diff in <a href="https://github.com/xanzy/go-gitlab/compare/v0.92.3...v0.93.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
daf892cf94
commit
25a8aae4a6
2
go.mod
2
go.mod
@ -44,7 +44,7 @@ require (
|
||||
github.com/stretchr/testify v1.8.4
|
||||
github.com/ulikunitz/xz v0.5.11
|
||||
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
|
||||
github.com/xanzy/go-gitlab v0.92.3
|
||||
github.com/xanzy/go-gitlab v0.93.0
|
||||
gocloud.dev v0.34.0
|
||||
golang.org/x/crypto v0.13.0
|
||||
golang.org/x/oauth2 v0.12.0
|
||||
|
4
go.sum
4
go.sum
@ -872,8 +872,8 @@ github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1 h1:+dBg5k7nuTE38
|
||||
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1/go.mod h1:nmuySobZb4kFgFy6BptpXp/BBw+xFSyvVPP6auoJB4k=
|
||||
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.92.3 h1:bMtUHSV5BIhKeka6RyjLOOMZ31byVGDN5pGWmqBsIUs=
|
||||
github.com/xanzy/go-gitlab v0.92.3/go.mod h1:5ryv+MnpZStBH8I/77HuQBsMbBGANtVpLWC15qOjWAw=
|
||||
github.com/xanzy/go-gitlab v0.93.0 h1:/Fy4akqKIQasZgQ2xj2xJBrEZ+iCW+iC+9qLEt19tgo=
|
||||
github.com/xanzy/go-gitlab v0.93.0/go.mod h1:5ryv+MnpZStBH8I/77HuQBsMbBGANtVpLWC15qOjWAw=
|
||||
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/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
|
||||
|
Loading…
x
Reference in New Issue
Block a user