diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-22 12:12:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 12:12:43 +0000 |
commit | 3e240c3ae055954f0f0d0af408010666c28c3330 (patch) | |
tree | c202349ccb0b5b96593ed05b56001e705f34e896 /go.mod | |
parent | 04acbaa4b161b23e93b990321582b1586d86f2a8 (diff) | |
download | podman-3e240c3ae055954f0f0d0af408010666c28c3330.tar.gz podman-3e240c3ae055954f0f0d0af408010666c28c3330.tar.bz2 podman-3e240c3ae055954f0f0d0af408010666c28c3330.zip |
Bump github.com/fsnotify/fsnotify from 1.5.2 to 1.5.3
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fsnotify/fsnotify/compare/v1.5.2...v1.5.3)
---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ require ( github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651 github.com/docker/go-units v0.4.0 github.com/dtylman/scp v0.0.0-20181017070807-f3000a34aef4 - github.com/fsnotify/fsnotify v1.5.2 + github.com/fsnotify/fsnotify v1.5.3 github.com/ghodss/yaml v1.0.0 github.com/godbus/dbus/v5 v5.1.0 github.com/google/gofuzz v1.2.0 |