Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 #1034

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ require (
github.com/NVIDIA/go-nvlib v0.7.0
github.com/NVIDIA/go-nvml v0.12.4-0
github.com/NVIDIA/nvidia-container-toolkit v1.17.0
github.com/fsnotify/fsnotify v1.7.0
github.com/fsnotify/fsnotify v1.8.0
github.com/google/renameio v1.0.1
github.com/google/uuid v1.6.0
github.com/opencontainers/selinux v1.11.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/emicklei/go-restful/v3 v3.11.3 h1:yagOQz/38xJmcNeZJtrUcKjkHRltIaIFXKWeG1SkWGE=
github.com/emicklei/go-restful/v3 v3.11.3/go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc=
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
github.com/go-logr/logr v1.4.2 h1:6pFjapn8bFcIbiKo3XT4j/BhANplGihG6tvd+8rYgrY=
7 changes: 4 additions & 3 deletions vendor/github.com/fsnotify/fsnotify/.cirrus.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions vendor/github.com/fsnotify/fsnotify/.editorconfig

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/fsnotify/fsnotify/.gitattributes

This file was deleted.

3 changes: 3 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 31 additions & 3 deletions vendor/github.com/fsnotify/fsnotify/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

120 changes: 119 additions & 1 deletion vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

324 changes: 84 additions & 240 deletions vendor/github.com/fsnotify/fsnotify/backend_fen.go

Large diffs are not rendered by default.

594 changes: 329 additions & 265 deletions vendor/github.com/fsnotify/fsnotify/backend_inotify.go

Large diffs are not rendered by default.

747 changes: 349 additions & 398 deletions vendor/github.com/fsnotify/fsnotify/backend_kqueue.go

Large diffs are not rendered by default.

204 changes: 11 additions & 193 deletions vendor/github.com/fsnotify/fsnotify/backend_other.go
305 changes: 80 additions & 225 deletions vendor/github.com/fsnotify/fsnotify/backend_windows.go

Large diffs are not rendered by default.

368 changes: 358 additions & 10 deletions vendor/github.com/fsnotify/fsnotify/fsnotify.go

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/darwin.go
57 changes: 57 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/debug_darwin.go
33 changes: 33 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/debug_dragonfly.go
42 changes: 42 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/debug_freebsd.go
32 changes: 32 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/debug_kqueue.go
56 changes: 56 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/debug_linux.go
25 changes: 25 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/debug_netbsd.go
28 changes: 28 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/debug_openbsd.go
45 changes: 45 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/debug_solaris.go
40 changes: 40 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/debug_windows.go
31 changes: 31 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/freebsd.go
2 changes: 2 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/internal.go
31 changes: 31 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/unix.go
7 changes: 7 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/unix2.go
41 changes: 41 additions & 0 deletions vendor/github.com/fsnotify/fsnotify/internal/windows.go
259 changes: 0 additions & 259 deletions vendor/github.com/fsnotify/fsnotify/mkdoc.zsh

This file was deleted.

1 change: 0 additions & 1 deletion vendor/github.com/fsnotify/fsnotify/system_bsd.go
1 change: 0 additions & 1 deletion vendor/github.com/fsnotify/fsnotify/system_darwin.go
3 changes: 2 additions & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -52,9 +52,10 @@ github.com/davecgh/go-spew/spew
## explicit; go 1.13
github.com/emicklei/go-restful/v3
github.com/emicklei/go-restful/v3/log
# github.com/fsnotify/fsnotify v1.7.0
# github.com/fsnotify/fsnotify v1.8.0
## explicit; go 1.17
github.com/fsnotify/fsnotify
github.com/fsnotify/fsnotify/internal
# github.com/fxamacker/cbor/v2 v2.7.0
## explicit; go 1.17
github.com/fxamacker/cbor/v2