Skip to content

Commit

Permalink
feat(deps): bump github.com/xanzy/go-gitlab from 0.76.0 to 0.77.0 (#3637
Browse files Browse the repository at this point in the history
)

Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab)
from 0.76.0 to 0.77.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/xanzy/go-gitlab/commit/52eedaaf1853682e004da82611d0940fc3d62e3c"><code>52eedaa</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/xanzy/go-gitlab/issues/1598">#1598</a>
from armsnyder/fix-slow-tests</li>
<li><a
href="https://github.com/xanzy/go-gitlab/commit/b56a655462610ff675067a9e791504f6ab06e9eb"><code>b56a655</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/xanzy/go-gitlab/issues/1599">#1599</a>
from armsnyder/deprecate-test-teardown</li>
<li><a
href="https://github.com/xanzy/go-gitlab/commit/946a151d3bfe2bcbf2ef6440dcce0f655278408c"><code>946a151</code></a>
Refactor tests to not call teardown explicitly</li>
<li><a
href="https://github.com/xanzy/go-gitlab/commit/4e7c141f1835fcbac00783e54c745fe494edb762"><code>4e7c141</code></a>
Deprecate the test teardown function by moving teardown code into a test
clea...</li>
<li><a
href="https://github.com/xanzy/go-gitlab/commit/65b39a6e49be41a9542d4bbf2f5200d886c6e114"><code>65b39a6</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/xanzy/go-gitlab/issues/1593">#1593</a>
from jokly/error-handler</li>
<li><a
href="https://github.com/xanzy/go-gitlab/commit/837fee38548e65fc0e820e238b60336e59d6326c"><code>837fee3</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/xanzy/go-gitlab/issues/1596">#1596</a>
from armsnyder/get-latest-pipeline</li>
<li><a
href="https://github.com/xanzy/go-gitlab/commit/db9dda5722c485d85e8e3704d6a785525f2aa944"><code>db9dda5</code></a>
Add WithErrorHandler client option</li>
<li><a
href="https://github.com/xanzy/go-gitlab/commit/21ae872d5de33780a7289405e32040922b888672"><code>21ae872</code></a>
Fix slow tests by disabling retry backoff</li>
<li><a
href="https://github.com/xanzy/go-gitlab/commit/91b78c17403272d0100e87516c8e72720b582b03"><code>91b78c1</code></a>
New GetLatestPipeline() client method</li>
<li><a
href="https://github.com/xanzy/go-gitlab/commit/05207f556b58bb2e8ace8f85769fa7420f3d2e67"><code>05207f5</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/xanzy/go-gitlab/issues/1585">#1585</a>
from cyd01/master</li>
<li>Additional commits viewable in <a
href="https://github.com/xanzy/go-gitlab/compare/v0.76.0...v0.77.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.76.0&new-version=0.77.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 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>
  • Loading branch information
dependabot[bot] committed Dec 13, 2022
1 parent 261cc8a commit 6b01982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -36,7 +36,7 @@ require (
github.com/stretchr/testify v1.8.1
github.com/ulikunitz/xz v0.5.10
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1
github.com/xanzy/go-gitlab v0.76.0
github.com/xanzy/go-gitlab v0.77.0
gocloud.dev v0.27.0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -1536,8 +1536,8 @@ github.com/willf/bitset v1.1.11-0.20200630133818-d5bec3311243/go.mod h1:RjeCKbqT
github.com/willf/bitset v1.1.11/go.mod h1:83CECat5yLh5zVOf4P1ErAgKA5UDvKtgyUABdr3+MjI=
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1 h1:+dBg5k7nuTE38VVdoroRsT0Z88fmvdYrI2EjzJst35I=
github.com/withfig/autocomplete-tools/integrations/cobra v1.2.1/go.mod h1:nmuySobZb4kFgFy6BptpXp/BBw+xFSyvVPP6auoJB4k=
github.com/xanzy/go-gitlab v0.76.0 h1:mkmuB27RDVZY/iXR61pEUfIqJ15Iivfu1kc3KZtBICI=
github.com/xanzy/go-gitlab v0.76.0/go.mod h1:d/a0vswScO7Agg1CZNz15Ic6SSvBG9vfw8egL99t4kA=
github.com/xanzy/go-gitlab v0.77.0 h1:UrbGlxkWVCbkpa6Fk6cM8ARh+rLACWemkJnsawT7t98=
github.com/xanzy/go-gitlab v0.77.0/go.mod h1:d/a0vswScO7Agg1CZNz15Ic6SSvBG9vfw8egL99t4kA=
github.com/xanzy/ssh-agent v0.3.0/go.mod h1:3s9xbODqPuuhK9JV1R321M/FlMZSBvE5aY6eAcqrDh0=
github.com/xanzy/ssh-agent v0.3.1 h1:AmzO1SSWxw73zxFZPRwaMN1MohDw8UyHnmuxyceTEGo=
github.com/xanzy/ssh-agent v0.3.1/go.mod h1:QIE4lCeL7nkC25x+yA3LBIYfwCc1TFziCtG7cBAac6w=
Expand Down

0 comments on commit 6b01982

Please sign in to comment.