mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore(deps): bump github.com/xanzy/go-gitlab from 0.97.0 to 0.98.0 (#4649)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.97.0 to 0.98.0. <details> <summary>Commits</summary> <ul> <li><a href="ceac9862fe
"><code>ceac986</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1883">#1883</a> from KqLLL/feature/support-for-the-gitlab-for-slack-app</li> <li><a href="a8f2a84364
"><code>a8f2a84</code></a> Support for the GitLab for Slack app</li> <li><a href="d2769882a4
"><code>d276988</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1886">#1886</a> from jmajaca/drone-integration-missing-set-fields</li> <li><a href="2f95cf4014
"><code>2f95cf4</code></a> Add missing fields to SetDroneCIServiceOptions</li> <li><a href="d720e554a0
"><code>d720e55</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1885">#1885</a> from jmajaca/jmajaca-jenkins-integration-enable-ssl-...</li> <li><a href="3b8b8b164a
"><code>3b8b8b1</code></a> Change field type to bool</li> <li><a href="c9387f1f10
"><code>c9387f1</code></a> Add EnableSSLVerification to SetJenkinsCIServiceOptions</li> <li><a href="fbde0597f1
"><code>fbde059</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1884">#1884</a> from DaanRosendal/typo</li> <li><a href="b78f4bec83
"><code>b78f4be</code></a> Fix typo in Ptr function description</li> <li><a href="1fdce67c6a
"><code>1fdce67</code></a> Merge pull request <a href="https://redirect.github.com/xanzy/go-gitlab/issues/1882">#1882</a> from colinodell/project-ci_forward_deployment_rollba...</li> <li>Additional commits viewable in <a href="https://github.com/xanzy/go-gitlab/compare/v0.97.0...v0.98.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
16ac0e90f2
commit
f0f88c2e4b
2
go.mod
2
go.mod
@ -43,7 +43,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.97.0
|
||||
github.com/xanzy/go-gitlab v0.98.0
|
||||
gocloud.dev v0.36.0
|
||||
golang.org/x/crypto v0.20.0
|
||||
golang.org/x/oauth2 v0.17.0
|
||||
|
4
go.sum
4
go.sum
@ -811,8 +811,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.97.0 h1:StMqJ1Kvt00X43pYIBBjj52dFlghwSeBhRDRfzaZ7xY=
|
||||
github.com/xanzy/go-gitlab v0.97.0/go.mod h1:ETg8tcj4OhrB84UEgeE8dSuV/0h4BBL1uOV/qK0vlyI=
|
||||
github.com/xanzy/go-gitlab v0.98.0 h1:psTMbnA0vSo512M8WUpM5YIFPxrdQ/11V0y/5SdzIIg=
|
||||
github.com/xanzy/go-gitlab v0.98.0/go.mod h1:ETg8tcj4OhrB84UEgeE8dSuV/0h4BBL1uOV/qK0vlyI=
|
||||
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