Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 25, 2025

Bumps github.com/junegunn/fzf from 0.59.0 to 0.61.3.

Release notes

Sourced from github.com/junegunn/fzf's releases.

0.61.3

  • Reverted #4351 as it caused tmux run-shell 'fzf --tmux' to fail (#4559 #4560)
  • More environment variables for child processes (#4356)

0.61.2

  • Fixed panic when using header border without pointer/marker (@​phanen)
  • Fixed --tmux option when already inside a tmux popup (@​peikk0)
  • Bug fixes and improvements in CTRL-T binding of fish (#4334) (@​bitraid)
  • Added --no-tty-default option to make fzf search for the current TTY device instead of defaulting to /dev/tty (#4242)

0.61.1

  • Disable bracketed-paste mode on exit. This fixes issue where pasting breaks after running fzf on old bash versions that don't support the mode.

0.61.0

  • Added --ghost=TEXT to display a ghost text when the input is empty
    # Display "Type to search" when the input is empty
    fzf --ghost "Type to search"
  • Added change-ghost and transform-ghost actions for dynamically changing the ghost text
  • Added change-pointer and transform-pointer actions for dynamically changing the pointer sign
  • Added r flag for placeholder expression (raw mode) for unquoted output
  • Bug fixes and improvements

0.60.3

  • Bug fixes and improvements
    • [fish] Enable multiple history commands insertion (#4280) (@​bitraid)
    • [walker] Append '/' to directory entries on MSYS2 (#4281)
    • Trim trailing whitespaces after processing ANSI sequences (#4282)
    • Remove temp files before become when using --tmux option (#4283)
    • Fix condition for using item numlines cache (#4285) (@​alex-huff)
    • Make --accept-nth compatible with --select-1 (#4287)
    • Increase the query length limit from 300 to 1000 (#4292)
    • [windows] Prevent fzf from consuming user input while paused (#4260)

0.60.2

  • Template for --with-nth and --accept-nth now supports {n} which evaluates to the zero-based ordinal index of the item
  • Fixed a regression that caused the last field in the "nth" expression to be trimmed when a regular expression delimiter is used
  • Fixed 'jump' action when the pointer is an empty string

0.60.1

  • Bug fixes and minor improvements
    • Built-in walker now prints directory entries with a trailing slash
    • Fixed a bug causing unexpected behavior with fzf-tab. Please upgrade if you use it.
  • Thanks to @​alexeisersun, @​bitraid, @​Lompik, and @​fsc0 for the contributions

0.60.0

Release highlights: https://junegunn.github.io/fzf/releases/0.60.0/

... (truncated)

Changelog

Sourced from github.com/junegunn/fzf's changelog.

0.61.3

  • Reverted #4351 as it caused tmux run-shell 'fzf --tmux' to fail (#4559 #4560)
  • More environment variables for child processes (#4356)

0.61.2

  • Fixed panic when using header border without pointer/marker (@​phanen)
  • Fixed --tmux option when already inside a tmux popup (@​peikk0)
  • Bug fixes and improvements in CTRL-T binding of fish (#4334) (@​bitraid)
  • Added --no-tty-default option to make fzf search for the current TTY device instead of defaulting to /dev/tty (#4242)

0.61.1

  • Disable bracketed-paste mode on exit. This fixes issue where pasting breaks after running fzf on old bash versions that don't support the mode.

0.61.0

  • Added --ghost=TEXT to display a ghost text when the input is empty
    # Display "Type to search" when the input is empty
    fzf --ghost "Type to search"
  • Added change-ghost and transform-ghost actions for dynamically changing the ghost text
  • Added change-pointer and transform-pointer actions for dynamically changing the pointer sign
  • Added r flag for placeholder expression (raw mode) for unquoted output
  • Bug fixes and improvements

0.60.3

  • Bug fixes and improvements
    • [fish] Enable multiple history commands insertion (#4280) (@​bitraid)
    • [walker] Append '/' to directory entries on MSYS2 (#4281)
    • Trim trailing whitespaces after processing ANSI sequences (#4282)
    • Remove temp files before become when using --tmux option (#4283)
    • Fix condition for using item numlines cache (#4285) (@​alex-huff)
    • Make --accept-nth compatible with --select-1 (#4287)
    • Increase the query length limit from 300 to 1000 (#4292)
    • [windows] Prevent fzf from consuming user input while paused (#4260)

0.60.2

  • Template for --with-nth and --accept-nth now supports {n} which evaluates to the zero-based ordinal index of the item
  • Fixed a regression that caused the last field in the "nth" expression to be trimmed when a regular expression delimiter is used
  • Fixed 'jump' action when the pointer is an empty string

0.60.1

  • Bug fixes and minor improvements

... (truncated)

Commits
  • d24b58e 0.61.3
  • 06ae9b0 Add missing environment variables (#4356)
  • 2a9c1c0 Revert "Disable tmux popup when already running inside one (#4351)"
  • 90ad1b7 0.61.2
  • f22fbcd Fix typo and update CHANGLOG
  • 1d76168 Add --tty-default=/dev/tty and --no-tty-default option (#4352)
  • e491770 [fish] Improve option prefix processing
  • a41be61 [fish] Fix whitespace/regex characters in command line
  • 1a8f633 [fish] Fix for file/dir names containing newlines
  • af8fe91 Disable tmux popup when already running inside one (#4351)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [github.com/junegunn/fzf](https://github.com/junegunn/fzf) from 0.59.0 to 0.61.3.
- [Release notes](https://github.com/junegunn/fzf/releases)
- [Changelog](https://github.com/junegunn/fzf/blob/master/CHANGELOG.md)
- [Commits](junegunn/fzf@v0.59.0...v0.61.3)

---
updated-dependencies:
- dependency-name: github.com/junegunn/fzf
  dependency-version: 0.61.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 25, 2025
Copy link
Contributor

coderabbitai bot commented Apr 25, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@sawka sawka merged commit 9b4e4bd into main Apr 28, 2025
7 of 8 checks passed
@sawka sawka deleted the dependabot/go_modules/github.com/junegunn/fzf-0.61.3 branch April 28, 2025 19:05
xxyy2024 pushed a commit to xxyy2024/waveterm_aipy that referenced this pull request Jun 24, 2025
Bumps [github.com/junegunn/fzf](https://github.com/junegunn/fzf) from
0.59.0 to 0.61.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/junegunn/fzf/releases">github.com/junegunn/fzf's
releases</a>.</em></p>
<blockquote>
<h2>0.61.3</h2>
<ul>
<li>Reverted <a
href="https://github.com/junegunn/fzf/issues/4351">#4351</a> as
it caused <code>tmux run-shell 'fzf --tmux'</code> to fail (<a
href="https://github.com/junegunn/fzf/issues/4559">#4559</a> <a
href="https://github.com/junegunn/fzf/issues/4560">#4560</a>)</li>
<li>More environment variables for child processes (<a
href="https://github.com/junegunn/fzf/issues/4356">#4356</a>)</li>
</ul>
<h2>0.61.2</h2>
<ul>
<li>Fixed panic when using header border without pointer/marker (<a
href="https://github.com/phanen"><code>@​phanen</code></a>)</li>
<li>Fixed <code>--tmux</code> option when already inside a tmux popup
(<a href="https://github.com/peikk0"><code>@​peikk0</code></a>)</li>
<li>Bug fixes and improvements in CTRL-T binding of fish (<a
href="https://github.com/junegunn/fzf/issues/4334">#4334</a>)
(<a href="https://github.com/bitraid"><code>@​bitraid</code></a>)</li>
<li>Added <code>--no-tty-default</code> option to make fzf search for
the current TTY device instead of defaulting to <code>/dev/tty</code>
(<a
href="https://github.com/junegunn/fzf/issues/4242">#4242</a>)</li>
</ul>
<h2>0.61.1</h2>
<ul>
<li>Disable bracketed-paste mode on exit. This fixes issue where pasting
breaks after running fzf on old bash versions that don't support the
mode.</li>
</ul>
<h2>0.61.0</h2>
<ul>
<li>Added <code>--ghost=TEXT</code> to display a ghost text when the
input is empty
<pre lang="sh"><code># Display &quot;Type to search&quot; when the input
is empty
fzf --ghost &quot;Type to search&quot;
</code></pre>
</li>
<li>Added <code>change-ghost</code> and <code>transform-ghost</code>
actions for dynamically changing the ghost text</li>
<li>Added <code>change-pointer</code> and <code>transform-pointer</code>
actions for dynamically changing the pointer sign</li>
<li>Added <code>r</code> flag for placeholder expression (raw mode) for
unquoted output</li>
<li>Bug fixes and improvements</li>
</ul>
<h2>0.60.3</h2>
<ul>
<li>Bug fixes and improvements
<ul>
<li>[fish] Enable multiple history commands insertion (<a
href="https://github.com/junegunn/fzf/issues/4280">#4280</a>)
(<a href="https://github.com/bitraid"><code>@​bitraid</code></a>)</li>
<li>[walker] Append '/' to directory entries on MSYS2 (<a
href="https://github.com/junegunn/fzf/issues/4281">#4281</a>)</li>
<li>Trim trailing whitespaces after processing ANSI sequences (<a
href="https://github.com/junegunn/fzf/issues/4282">#4282</a>)</li>
<li>Remove temp files before <code>become</code> when using
<code>--tmux</code> option (<a
href="https://github.com/junegunn/fzf/issues/4283">#4283</a>)</li>
<li>Fix condition for using item numlines cache (<a
href="https://github.com/junegunn/fzf/issues/4285">#4285</a>)
(<a
href="https://github.com/alex-huff"><code>@​alex-huff</code></a>)</li>
<li>Make <code>--accept-nth</code> compatible with
<code>--select-1</code> (<a
href="https://github.com/junegunn/fzf/issues/4287">#4287</a>)</li>
<li>Increase the query length limit from 300 to 1000 (<a
href="https://github.com/junegunn/fzf/issues/4292">#4292</a>)</li>
<li>[windows] Prevent fzf from consuming user input while paused (<a
href="https://github.com/junegunn/fzf/issues/4260">#4260</a>)</li>
</ul>
</li>
</ul>
<h2>0.60.2</h2>
<ul>
<li>Template for <code>--with-nth</code> and <code>--accept-nth</code>
now supports <code>{n}</code> which evaluates to the zero-based ordinal
index of the item</li>
<li>Fixed a regression that caused the last field in the &quot;nth&quot;
expression to be trimmed when a regular expression delimiter is used
<ul>
<li>Thanks to <a
href="https://github.com/phanen"><code>@​phanen</code></a> for the
fix</li>
</ul>
</li>
<li>Fixed 'jump' action when the pointer is an empty string</li>
</ul>
<h2>0.60.1</h2>
<ul>
<li>Bug fixes and minor improvements
<ul>
<li>Built-in walker now prints directory entries with a trailing
slash</li>
<li>Fixed a bug causing unexpected behavior with <a
href="https://github.com/Aloxaf/fzf-tab">fzf-tab</a>. Please upgrade if
you use it.</li>
</ul>
</li>
<li>Thanks to <a
href="https://github.com/alexeisersun"><code>@​alexeisersun</code></a>,
<a href="https://github.com/bitraid"><code>@​bitraid</code></a>, <a
href="https://github.com/Lompik"><code>@​Lompik</code></a>, and <a
href="https://github.com/fsc0"><code>@​fsc0</code></a> for the
contributions</li>
</ul>
<h2>0.60.0</h2>
<p><em>Release highlights: <a
href="https://junegunn.github.io/fzf/releases/0.60.0/">https://junegunn.github.io/fzf/releases/0.60.0/</a></em></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/junegunn/fzf/blob/master/CHANGELOG.md">github.com/junegunn/fzf's
changelog</a>.</em></p>
<blockquote>
<h2>0.61.3</h2>
<ul>
<li>Reverted <a
href="https://github.com/junegunn/fzf/issues/4351">#4351</a> as
it caused <code>tmux run-shell 'fzf --tmux'</code> to fail (<a
href="https://github.com/junegunn/fzf/issues/4559">#4559</a> <a
href="https://github.com/junegunn/fzf/issues/4560">#4560</a>)</li>
<li>More environment variables for child processes (<a
href="https://github.com/junegunn/fzf/issues/4356">#4356</a>)</li>
</ul>
<h2>0.61.2</h2>
<ul>
<li>Fixed panic when using header border without pointer/marker (<a
href="https://github.com/phanen"><code>@​phanen</code></a>)</li>
<li>Fixed <code>--tmux</code> option when already inside a tmux popup
(<a href="https://github.com/peikk0"><code>@​peikk0</code></a>)</li>
<li>Bug fixes and improvements in CTRL-T binding of fish (<a
href="https://github.com/junegunn/fzf/issues/4334">#4334</a>)
(<a href="https://github.com/bitraid"><code>@​bitraid</code></a>)</li>
<li>Added <code>--no-tty-default</code> option to make fzf search for
the current TTY device instead of defaulting to <code>/dev/tty</code>
(<a
href="https://github.com/junegunn/fzf/issues/4242">#4242</a>)</li>
</ul>
<h2>0.61.1</h2>
<ul>
<li>Disable bracketed-paste mode on exit. This fixes issue where pasting
breaks after running fzf on old bash versions that don't support the
mode.</li>
</ul>
<h2>0.61.0</h2>
<ul>
<li>Added <code>--ghost=TEXT</code> to display a ghost text when the
input is empty
<pre lang="sh"><code># Display &quot;Type to search&quot; when the input
is empty
fzf --ghost &quot;Type to search&quot;
</code></pre>
</li>
<li>Added <code>change-ghost</code> and <code>transform-ghost</code>
actions for dynamically changing the ghost text</li>
<li>Added <code>change-pointer</code> and <code>transform-pointer</code>
actions for dynamically changing the pointer sign</li>
<li>Added <code>r</code> flag for placeholder expression (raw mode) for
unquoted output</li>
<li>Bug fixes and improvements</li>
</ul>
<h2>0.60.3</h2>
<ul>
<li>Bug fixes and improvements
<ul>
<li>[fish] Enable multiple history commands insertion (<a
href="https://github.com/junegunn/fzf/issues/4280">#4280</a>)
(<a href="https://github.com/bitraid"><code>@​bitraid</code></a>)</li>
<li>[walker] Append '/' to directory entries on MSYS2 (<a
href="https://github.com/junegunn/fzf/issues/4281">#4281</a>)</li>
<li>Trim trailing whitespaces after processing ANSI sequences (<a
href="https://github.com/junegunn/fzf/issues/4282">#4282</a>)</li>
<li>Remove temp files before <code>become</code> when using
<code>--tmux</code> option (<a
href="https://github.com/junegunn/fzf/issues/4283">#4283</a>)</li>
<li>Fix condition for using item numlines cache (<a
href="https://github.com/junegunn/fzf/issues/4285">#4285</a>)
(<a
href="https://github.com/alex-huff"><code>@​alex-huff</code></a>)</li>
<li>Make <code>--accept-nth</code> compatible with
<code>--select-1</code> (<a
href="https://github.com/junegunn/fzf/issues/4287">#4287</a>)</li>
<li>Increase the query length limit from 300 to 1000 (<a
href="https://github.com/junegunn/fzf/issues/4292">#4292</a>)</li>
<li>[windows] Prevent fzf from consuming user input while paused (<a
href="https://github.com/junegunn/fzf/issues/4260">#4260</a>)</li>
</ul>
</li>
</ul>
<h2>0.60.2</h2>
<ul>
<li>Template for <code>--with-nth</code> and <code>--accept-nth</code>
now supports <code>{n}</code> which evaluates to the zero-based ordinal
index of the item</li>
<li>Fixed a regression that caused the last field in the &quot;nth&quot;
expression to be trimmed when a regular expression delimiter is used
<ul>
<li>Thanks to <a
href="https://github.com/phanen"><code>@​phanen</code></a> for the
fix</li>
</ul>
</li>
<li>Fixed 'jump' action when the pointer is an empty string</li>
</ul>
<h2>0.60.1</h2>
<ul>
<li>Bug fixes and minor improvements</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/junegunn/fzf/commit/d24b58ef3fc6d6d2c43e07a44e0f757b9bdfbeff"><code>d24b58e</code></a>
0.61.3</li>
<li><a
href="https://github.com/junegunn/fzf/commit/06ae9b0f3bbe191794dadcf78e37b8ce21e2c05e"><code>06ae9b0</code></a>
Add missing environment variables (<a
href="https://github.com/junegunn/fzf/issues/4356">#4356</a>)</li>
<li><a
href="https://github.com/junegunn/fzf/commit/2a9c1c06a4a0f8afd75ab299459f438095d41515"><code>2a9c1c0</code></a>
Revert &quot;Disable tmux popup when already running inside one (<a
href="https://github.com/junegunn/fzf/issues/4351">#4351</a>)&quot;</li>
<li><a
href="https://github.com/junegunn/fzf/commit/90ad1b7f223664a8490bcb18a101e39b5e13cb31"><code>90ad1b7</code></a>
0.61.2</li>
<li><a
href="https://github.com/junegunn/fzf/commit/f22fbcd1af847ecf10c9fbce06848ed06185a4b5"><code>f22fbcd</code></a>
Fix typo and update CHANGLOG</li>
<li><a
href="https://github.com/junegunn/fzf/commit/1d761684c510a04f78349e8e64aa7ebd26578807"><code>1d76168</code></a>
Add --tty-default=/dev/tty and --no-tty-default option (<a
href="https://github.com/junegunn/fzf/issues/4352">#4352</a>)</li>
<li><a
href="https://github.com/junegunn/fzf/commit/e491770f1c5f50cc969ff58228cd29a7cfa76663"><code>e491770</code></a>
[fish] Improve option prefix processing</li>
<li><a
href="https://github.com/junegunn/fzf/commit/a41be61506541fd583e56d8b16f5b65af1517a32"><code>a41be61</code></a>
[fish] Fix whitespace/regex characters in command line</li>
<li><a
href="https://github.com/junegunn/fzf/commit/1a8f63361193446370eb0aec8206091afceaac76"><code>1a8f633</code></a>
[fish] Fix for file/dir names containing newlines</li>
<li><a
href="https://github.com/junegunn/fzf/commit/af8fe918d863b18160390a79cbf957ee28dead56"><code>af8fe91</code></a>
Disable tmux popup when already running inside one (<a
href="https://github.com/junegunn/fzf/issues/4351">#4351</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/junegunn/fzf/compare/v0.59.0...v0.61.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/junegunn/fzf&package-manager=go_modules&previous-version=0.59.0&new-version=0.61.3)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant