diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-09-09 16:16:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 16:16:56 +0000 |
commit | c65b43a0fa53808077aa70436814b82f17236bec (patch) | |
tree | b1c104c761c6aa075e564e160173d95ff13a8694 /go.mod | |
parent | 784e1ae137587ba7130eff315ebd6965e444da03 (diff) | |
download | podman-c65b43a0fa53808077aa70436814b82f17236bec.tar.gz podman-c65b43a0fa53808077aa70436814b82f17236bec.tar.bz2 podman-c65b43a0fa53808077aa70436814b82f17236bec.zip |
Bump github.com/godbus/dbus/v5 from 5.0.4 to 5.0.5
Bumps [github.com/godbus/dbus/v5](https://github.com/godbus/dbus) from 5.0.4 to 5.0.5.
- [Release notes](https://github.com/godbus/dbus/releases)
- [Commits](https://github.com/godbus/dbus/compare/v5.0.4...v5.0.5)
---
updated-dependencies:
- dependency-name: github.com/godbus/dbus/v5
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
@@ -32,7 +32,7 @@ require ( github.com/dtylman/scp v0.0.0-20181017070807-f3000a34aef4 github.com/fsnotify/fsnotify v1.5.1 github.com/ghodss/yaml v1.0.0 - github.com/godbus/dbus/v5 v5.0.4 + github.com/godbus/dbus/v5 v5.0.5 github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf github.com/google/uuid v1.3.0 github.com/gorilla/mux v1.8.0 |