Skip to content

Commit 5ba1620

Browse files
renovate[bot]otelbot[bot]codeboten
authored
Update module github.com/fsnotify/fsnotify to v1.10.1 - abandoned (#15245)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/fsnotify/fsnotify](https://redirect.github.com/fsnotify/fsnotify) | `v1.9.0` → `v1.10.1` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ffsnotify%2ffsnotify/v1.10.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ffsnotify%2ffsnotify/v1.9.0/v1.10.1?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/8903) for more information. --- ### Release Notes <details> <summary>fsnotify/fsnotify (github.com/fsnotify/fsnotify)</summary> ### [`v1.10.1`](https://redirect.github.com/fsnotify/fsnotify/releases/tag/v1.10.1) [Compare Source](https://redirect.github.com/fsnotify/fsnotify/compare/v1.10.0...v1.10.1) ##### Changes and fixes - inotify: don't remove sibling watches sharing a path prefix ([#&#8203;754]) - inotify, windows: don't rename sibling watches sharing a path prefix ([#&#8203;755]) [#&#8203;754]: https://redirect.github.com/fsnotify/fsnotify/pull/754 [#&#8203;755]: https://redirect.github.com/fsnotify/fsnotify/pull/755 ### [`v1.10.0`](https://redirect.github.com/fsnotify/fsnotify/releases/tag/v1.10.0) [Compare Source](https://redirect.github.com/fsnotify/fsnotify/compare/v1.9.0...v1.10.0) This version of fsnotify needs Go 1.23. ##### Changes and fixes - inotify: improve initialization error message ([#&#8203;731]) - inotify: send Rename event if recursive watch is renamed ([#&#8203;696]) - inotify: avoid copying event buffers when reading names ([#&#8203;741]) - kqueue: skip dangling symlinks (ENOENT) in watchDirectoryFiles, so a bad entry no longer aborts Watcher.Add for the whole directory ([#&#8203;748]) - kqueue: drop watches directly in Close() to fix a file descriptor leak when recycling watchers ([#&#8203;740]) - windows: fix nil pointer dereference in remWatch ([#&#8203;736]) - windows: lock watch field updates against concurrent WatchList to fix a race introduced in v1.9.0 ([#&#8203;709], [#&#8203;749]) [#&#8203;696]: https://redirect.github.com/fsnotify/fsnotify/pull/696 [#&#8203;709]: https://redirect.github.com/fsnotify/fsnotify/pull/709 [#&#8203;731]: https://redirect.github.com/fsnotify/fsnotify/pull/731 [#&#8203;736]: https://redirect.github.com/fsnotify/fsnotify/pull/736 [#&#8203;740]: https://redirect.github.com/fsnotify/fsnotify/pull/740 [#&#8203;741]: https://redirect.github.com/fsnotify/fsnotify/pull/741 [#&#8203;748]: https://redirect.github.com/fsnotify/fsnotify/pull/748 [#&#8203;749]: https://redirect.github.com/fsnotify/fsnotify/pull/749 </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "on tuesday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Alex Boten <223565+codeboten@users.noreply.github.com>
1 parent 0814ca6 commit 5ba1620

26 files changed

Lines changed: 40 additions & 40 deletions

File tree

cmd/mdatagen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ require (
5656
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5757
github.com/felixge/httpsnoop v1.0.4 // indirect
5858
github.com/foxboron/go-tpm-keyfiles v0.0.0-20251226215517-609e4778396f // indirect
59-
github.com/fsnotify/fsnotify v1.9.0 // indirect
59+
github.com/fsnotify/fsnotify v1.10.1 // indirect
6060
github.com/go-logr/logr v1.4.3 // indirect
6161
github.com/go-logr/stdr v1.2.2 // indirect
6262
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect

cmd/mdatagen/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
github.com/ebitengine/purego v0.10.0 // indirect
4343
github.com/felixge/httpsnoop v1.0.4 // indirect
4444
github.com/foxboron/go-tpm-keyfiles v0.0.0-20251226215517-609e4778396f // indirect
45-
github.com/fsnotify/fsnotify v1.9.0 // indirect
45+
github.com/fsnotify/fsnotify v1.10.1 // indirect
4646
github.com/go-logr/logr v1.4.3 // indirect
4747
github.com/go-logr/stdr v1.2.2 // indirect
4848
github.com/go-ole/go-ole v1.2.6 // indirect

cmd/otelcorecol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/configgrpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ require (
3434
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3535
github.com/davecgh/go-spew v1.1.1 // indirect
3636
github.com/foxboron/go-tpm-keyfiles v0.0.0-20251226215517-609e4778396f // indirect
37-
github.com/fsnotify/fsnotify v1.9.0 // indirect
37+
github.com/fsnotify/fsnotify v1.10.1 // indirect
3838
github.com/go-logr/logr v1.4.3 // indirect
3939
github.com/go-logr/stdr v1.2.2 // indirect
4040
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect

config/configgrpc/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/confighttp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
github.com/davecgh/go-spew v1.1.1 // indirect
4343
github.com/felixge/httpsnoop v1.0.4 // indirect
4444
github.com/foxboron/go-tpm-keyfiles v0.0.0-20251226215517-609e4778396f // indirect
45-
github.com/fsnotify/fsnotify v1.9.0 // indirect
45+
github.com/fsnotify/fsnotify v1.10.1 // indirect
4646
github.com/go-logr/logr v1.4.3 // indirect
4747
github.com/go-logr/stdr v1.2.2 // indirect
4848
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect

config/confighttp/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/confighttp/xconfighttp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/davecgh/go-spew v1.1.1 // indirect
1919
github.com/felixge/httpsnoop v1.0.4 // indirect
2020
github.com/foxboron/go-tpm-keyfiles v0.0.0-20251226215517-609e4778396f // indirect
21-
github.com/fsnotify/fsnotify v1.9.0 // indirect
21+
github.com/fsnotify/fsnotify v1.10.1 // indirect
2222
github.com/go-logr/logr v1.4.3 // indirect
2323
github.com/go-logr/stdr v1.2.2 // indirect
2424
github.com/go-viper/mapstructure/v2 v2.5.0 // indirect

config/confighttp/xconfighttp/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)