Skip to content

Commit 72292ac

Browse files
build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](fsnotify/fsnotify@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: github.com/fsnotify/fsnotify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ec1b02 commit 72292ac

33 files changed

+1883
-1617
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ go 1.22.5
44

55
require (
66
github.com/blang/semver/v4 v4.0.0
7+
github.com/containers/image/v5 v5.32.2
78
github.com/coreos/go-semver v0.3.1
89
github.com/distribution/reference v0.6.0
910
github.com/evanphx/json-patch v5.9.0+incompatible
10-
github.com/fsnotify/fsnotify v1.7.0
11+
github.com/fsnotify/fsnotify v1.8.0
1112
github.com/ghodss/yaml v1.0.0
1213
github.com/go-air/gini v1.0.4
1314
github.com/go-logr/logr v1.4.2
@@ -73,7 +74,6 @@ require (
7374
github.com/containerd/ttrpc v1.2.5 // indirect
7475
github.com/containerd/typeurl/v2 v2.1.1 // indirect
7576
github.com/containers/common v0.60.4 // indirect
76-
github.com/containers/image/v5 v5.32.2 // indirect
7777
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
7878
github.com/containers/ocicrypt v1.2.0 // indirect
7979
github.com/containers/storage v1.55.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,8 +1474,8 @@ github.com/felixge/httpsnoop v1.0.4 h1:NFTV2Zj1bL4mc9sqWACXbQFVBBg2W3GPvqp8/ESS2
14741474
github.com/felixge/httpsnoop v1.0.4/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
14751475
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
14761476
github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT+9gY/C5z7JzPU0zXsXHKM4/ayA+zqcVNZzPa1k=
1477-
github.com/fsnotify/fsnotify v1.7.0 h1:8JEhPFa5W2WU7YfeZzPNqzMP6Lwt7L2715Ggo0nosvA=
1478-
github.com/fsnotify/fsnotify v1.7.0/go.mod h1:40Bi/Hjc2AVfZrqy+aj+yEI+/bRxZnMJyTJwOpGvigM=
1477+
github.com/fsnotify/fsnotify v1.8.0 h1:dAwr6QBTBZIkG8roQaJjGof0pp0EeF+tNV7YBP3F/8M=
1478+
github.com/fsnotify/fsnotify v1.8.0/go.mod h1:8jBTzvmWwFyi3Pb8djgCCO5IBqzKJ/Jwo8TRcHyHii0=
14791479
github.com/fxamacker/cbor/v2 v2.7.0 h1:iM5WgngdRBanHcxugY4JySA0nk1wZorNOpTgCMedv5E=
14801480
github.com/fxamacker/cbor/v2 v2.7.0/go.mod h1:pxXPTn3joSm21Gbwsv0w9OSA2y1HFR9qXEeXQVeNoDQ=
14811481
github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=

vendor/github.com/fsnotify/fsnotify/.cirrus.yml

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

vendor/github.com/fsnotify/fsnotify/.editorconfig

Lines changed: 0 additions & 12 deletions
This file was deleted.

vendor/github.com/fsnotify/fsnotify/.gitattributes

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/github.com/fsnotify/fsnotify/.gitignore

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

vendor/github.com/fsnotify/fsnotify/CHANGELOG.md

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

vendor/github.com/fsnotify/fsnotify/CONTRIBUTING.md

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

0 commit comments

Comments
 (0)