summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-21 11:19:15 -0400
committerGitHub <noreply@github.com>2022-04-21 11:19:15 -0400
commit2576e1666043d25f0a561b419672a331c744559c (patch)
treef49cfbdbc7cfe2b37e3c2339c80f7782300147dd /go.mod
parentbfb23363edf0716ce5610146c62723e5164182d0 (diff)
parentfa239f2eca7da3c96b93a8ccd921b647e94341d5 (diff)
downloadpodman-2576e1666043d25f0a561b419672a331c744559c.tar.gz
podman-2576e1666043d25f0a561b419672a331c744559c.tar.bz2
podman-2576e1666043d25f0a561b419672a331c744559c.zip
Merge pull request #13949 from containers/dependabot/go_modules/github.com/fsnotify/fsnotify-1.5.2
Bump github.com/fsnotify/fsnotify from 1.5.1 to 1.5.2
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index d7f41345a..b4e57ccc8 100644
--- a/go.mod
+++ b/go.mod
@@ -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.1
+ github.com/fsnotify/fsnotify v1.5.2
github.com/ghodss/yaml v1.0.0
github.com/godbus/dbus/v5 v5.1.0
github.com/google/gofuzz v1.2.0