Skip to content

Commit

Permalink
build(deps): bump github.com/pkg/xattr from 0.4.9 to 0.4.10 (#13802)
Browse files Browse the repository at this point in the history
Bumps [github.com/pkg/xattr](https://github.com/pkg/xattr) from 0.4.9 to
0.4.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pkg/xattr/releases">github.com/pkg/xattr's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.10</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix FIFO handling on Solaris by <a
href="https://github.com/greatroar"><code>@​greatroar</code></a> in <a
href="https://redirect.github.com/pkg/xattr/pull/70">pkg/xattr#70</a></li>
<li>Add support for go 1.21 by <a
href="https://github.com/kuba"><code>@​kuba</code></a>-- in <a
href="https://redirect.github.com/pkg/xattr/pull/72">pkg/xattr#72</a></li>
<li>Detect the need to increase buffer size on TrueNAS SCALE. by <a
href="https://github.com/erikrose"><code>@​erikrose</code></a> in <a
href="https://redirect.github.com/pkg/xattr/pull/73">pkg/xattr#73</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/erikrose"><code>@​erikrose</code></a>
made their first contribution in <a
href="https://redirect.github.com/pkg/xattr/pull/73">pkg/xattr#73</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pkg/xattr/compare/v0.4.9...v0.4.10">https://github.com/pkg/xattr/compare/v0.4.9...v0.4.10</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pkg/xattr/commit/74a35a9f3c0d860cfb50d06e1f4e7ad8a906fb97"><code>74a35a9</code></a>
Update build.yml</li>
<li><a
href="https://github.com/pkg/xattr/commit/0ec6058ba1233407246f6e7440ce07112671df0a"><code>0ec6058</code></a>
Update build.yml</li>
<li><a
href="https://github.com/pkg/xattr/commit/0118b4a6f6ac81071cd50912ddde4cc15f511667"><code>0118b4a</code></a>
Detect the need to increase buffer size on TrueNAS SCALE. (<a
href="https://redirect.github.com/pkg/xattr/issues/73">#73</a>)</li>
<li><a
href="https://github.com/pkg/xattr/commit/b15c6f087ae168bf75af5aac78b67d49cac1ce7a"><code>b15c6f0</code></a>
Add support for go 1.21 (<a
href="https://redirect.github.com/pkg/xattr/issues/72">#72</a>)</li>
<li><a
href="https://github.com/pkg/xattr/commit/798fa33de3b8532575ac08f33203b1908ba1fd73"><code>798fa33</code></a>
Add go1.20 to CI</li>
<li><a
href="https://github.com/pkg/xattr/commit/c6b5711fb56999a7f842e94e46c7cf573c70fdd3"><code>c6b5711</code></a>
Update build.yml</li>
<li><a
href="https://github.com/pkg/xattr/commit/7607b5f923b9e3fa3aee118df914adaa1c764d62"><code>7607b5f</code></a>
Update build.yml</li>
<li><a
href="https://github.com/pkg/xattr/commit/35026bbbd013129c0b2ad2458cde3ab50d7edfd5"><code>35026bb</code></a>
Fix FIFO handling on Solaris (<a
href="https://redirect.github.com/pkg/xattr/issues/70">#70</a>)</li>
<li>See full diff in <a
href="https://github.com/pkg/xattr/compare/v0.4.9...v0.4.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/pkg/xattr&package-manager=go_modules&previous-version=0.4.9&new-version=0.4.10)](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>
  • Loading branch information
tomponline authored Jul 22, 2024
2 parents 963dfe6 + b79b6f0 commit 980657e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/osrg/gobgp/v3 v3.28.0
github.com/pkg/sftp v1.13.6
github.com/pkg/xattr v0.4.9
github.com/pkg/xattr v0.4.10
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,8 @@ github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI=
github.com/pkg/sftp v1.13.6 h1:JFZT4XbOU7l77xGSpOdW+pwIMqP044IyjXX6FGyEKFo=
github.com/pkg/sftp v1.13.6/go.mod h1:tz1ryNURKu77RL+GuCzmoJYxQczL3wLNNpPWagdg4Qk=
github.com/pkg/xattr v0.4.9 h1:5883YPCtkSd8LFbs13nXplj9g9tlrwoJRjgpgMu1/fE=
github.com/pkg/xattr v0.4.9/go.mod h1:di8WF84zAKk8jzR1UBTEWh9AUlIZZ7M/JNt8e9B6ktU=
github.com/pkg/xattr v0.4.10 h1:Qe0mtiNFHQZ296vRgUjRCoPHPqH7VdTOrZx3g0T+pGA=
github.com/pkg/xattr v0.4.10/go.mod h1:di8WF84zAKk8jzR1UBTEWh9AUlIZZ7M/JNt8e9B6ktU=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down

0 comments on commit 980657e

Please sign in to comment.