summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-04-22 10:49:34 -0400
committerGitHub <noreply@github.com>2022-04-22 10:49:34 -0400
commit9168faffbfa7dd41707fdcdd0d7e183d09764fa3 (patch)
treed9518f8f3477e9d44cb18215ef2d274fad441855 /go.mod
parentc17c72772db28faf3d3c85e762bd4c09c73fd34d (diff)
parent3e240c3ae055954f0f0d0af408010666c28c3330 (diff)
downloadpodman-9168faffbfa7dd41707fdcdd0d7e183d09764fa3.tar.gz
podman-9168faffbfa7dd41707fdcdd0d7e183d09764fa3.tar.bz2
podman-9168faffbfa7dd41707fdcdd0d7e183d09764fa3.zip
Merge pull request #13975 from containers/dependabot/go_modules/github.com/fsnotify/fsnotify-1.5.3
Bump github.com/fsnotify/fsnotify from 1.5.2 to 1.5.3
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 9e51a90a3..4fb9de397 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.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