diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-08-26 09:03:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-26 09:03:06 -0400 |
commit | 6f1faf36da9482c1cc99814772d16125fe9a4e36 (patch) | |
tree | 928341ef35bed1fc03402069f57ccd5bdda3b32b /go.mod | |
parent | 49cfed756f5dfb6d9267eb29d31f651578c9037c (diff) | |
parent | c6e12a2e444a271d6a462bf174c7774f0e5dd496 (diff) | |
download | podman-6f1faf36da9482c1cc99814772d16125fe9a4e36.tar.gz podman-6f1faf36da9482c1cc99814772d16125fe9a4e36.tar.bz2 podman-6f1faf36da9482c1cc99814772d16125fe9a4e36.zip |
Merge pull request #11321 from containers/dependabot/go_modules/github.com/fsnotify/fsnotify-1.5.1
Bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.1
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ require ( github.com/docker/go-plugins-helpers v0.0.0-20200102110956-c9a8a2d92ccc github.com/docker/go-units v0.4.0 github.com/dtylman/scp v0.0.0-20181017070807-f3000a34aef4 - github.com/fsnotify/fsnotify v1.4.9 + github.com/fsnotify/fsnotify v1.5.1 github.com/ghodss/yaml v1.0.0 github.com/godbus/dbus/v5 v5.0.4 github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf @@ -65,7 +65,7 @@ require ( go.etcd.io/bbolt v1.3.6 golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a golang.org/x/sync v0.0.0-20210220032951-036812b2e83c - golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 + golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b k8s.io/api v0.22.1 k8s.io/apimachinery v0.22.1 |