Skip to content

Commit

Permalink
deps: bump github.com/safchain/ethtool from 0.4.1 to 0.5.9 (#1030)
Browse files Browse the repository at this point in the history
Bumps [github.com/safchain/ethtool](https://github.com/safchain/ethtool)
from 0.4.1 to 0.5.9.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/safchain/ethtool/commit/53e261c7eb2e681f7fcc5b3cd5472c113d34999b"><code>53e261c</code></a>
Merge pull request <a
href="https://redirect.github.com/safchain/ethtool/issues/91">#91</a>
from safchain/dependabot/go_modules/golang.org/x/sys-0...</li>
<li><a
href="https://github.com/safchain/ethtool/commit/d45feb74e177c1a25c8d87ec131d4ffc2eee00e2"><code>d45feb7</code></a>
Bump golang.org/x/sys from 0.26.0 to 0.27.0</li>
<li><a
href="https://github.com/safchain/ethtool/commit/4e3aff45729869bcaa91887e5d869c258edc973e"><code>4e3aff4</code></a>
Merge pull request <a
href="https://redirect.github.com/safchain/ethtool/issues/90">#90</a>
from safchain/safchain/improve-doc</li>
<li><a
href="https://github.com/safchain/ethtool/commit/db772aee261f9276eaf708466f017925f83780a3"><code>db772ae</code></a>
doc fixes and linter CI job</li>
<li><a
href="https://github.com/safchain/ethtool/commit/17a8e4c2bee45408fab5feb9074b80244609b938"><code>17a8e4c</code></a>
Merge pull request <a
href="https://redirect.github.com/safchain/ethtool/issues/86">#86</a>
from natesales/upstream</li>
<li><a
href="https://github.com/safchain/ethtool/commit/efcb03bbe7d5376fb70098a86b0cb1f57fa12bd7"><code>efcb03b</code></a>
Merge pull request <a
href="https://redirect.github.com/safchain/ethtool/issues/88">#88</a>
from smira/fix/cloexec</li>
<li><a
href="https://github.com/safchain/ethtool/commit/f8f3ac7d87215925a4b57e77460300477a766bfc"><code>f8f3ac7</code></a>
Merge pull request <a
href="https://redirect.github.com/safchain/ethtool/issues/89">#89</a>
from safchain/dependabot/go_modules/golang.org/x/sys-0...</li>
<li><a
href="https://github.com/safchain/ethtool/commit/03dea01b0184944ffbffa8293e167729dc7ca151"><code>03dea01</code></a>
Bump golang.org/x/sys from 0.23.0 to 0.26.0</li>
<li><a
href="https://github.com/safchain/ethtool/commit/4d519940893ff61cf8d386fca63940c205edd44f"><code>4d51994</code></a>
fix: add SOCK_CLOEXEC to socket creation</li>
<li><a
href="https://github.com/safchain/ethtool/commit/e4b98494229305ab8d01007c0c0def3a325f31b3"><code>e4b9849</code></a>
feat: add wake on lan support</li>
<li>Additional commits viewable in <a
href="https://github.com/safchain/ethtool/compare/v0.4.1...v0.5.9">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/safchain/ethtool&package-manager=go_modules&previous-version=0.4.1&new-version=0.5.9)](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>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent b53a09a commit 36ee056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ require (
github.com/pkg/errors v0.9.1
github.com/prometheus/client_model v0.6.1
github.com/prometheus/common v0.60.1
github.com/safchain/ethtool v0.4.1
github.com/safchain/ethtool v0.5.9
github.com/sirupsen/logrus v1.9.3
github.com/spf13/viper v1.19.0
github.com/vishvananda/netlink v1.2.1-beta.2.0.20240524165444-4d4ba1473f21
Expand Down
5 changes: 2 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -783,8 +783,8 @@ github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQD
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts=
github.com/s3rj1k/go-fanotify/fanotify v0.0.0-20210917134616-9c00a300bb7a h1:np2nR32/A/VcOG9Hn+IOPA8kMk1gbBzK5LpSsgq5pJI=
github.com/s3rj1k/go-fanotify/fanotify v0.0.0-20210917134616-9c00a300bb7a/go.mod h1:wiP6GQ2T378F+YIyuNw7yXtBxJZR+fqrrn1Z6UHZi0Q=
github.com/safchain/ethtool v0.4.1 h1:S6mEleTADqgynileXoiapt/nKnatyR6bmIHoF+h2ADo=
github.com/safchain/ethtool v0.4.1/go.mod h1:XLLnZmy4OCRTkksP/UiMjij96YmIsBfmBQcs7H6tA48=
github.com/safchain/ethtool v0.5.9 h1://6RvaOKFf3nQ0rl5+8zBbE4/72455VC9Jq61pfq67E=
github.com/safchain/ethtool v0.5.9/go.mod h1:w8oSsZeowyRaM7xJJBAbubzzrOkwO8TBgPSEqPP/5mg=
github.com/sagikazarmark/locafero v0.4.0 h1:HApY1R9zGo4DBgr7dqsTH/JJxLTTsOt7u6keLGt6kNQ=
github.com/sagikazarmark/locafero v0.4.0/go.mod h1:Pe1W6UlPYUk/+wc/6KFhbORCfqzgYEpgQ3O5fPuL3H4=
github.com/sagikazarmark/slog-shim v0.1.0 h1:diDBnUNK9N/354PgrxMywXnAwEr1QZcOr6gto+ugjYE=
Expand Down Expand Up @@ -1059,7 +1059,6 @@ golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
Expand Down

0 comments on commit 36ee056

Please sign in to comment.