diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-04 09:18:03 +0000 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-03-05 06:40:02 -0500 |
commit | 3396343d4c2dedf03e251c6600c55a50095d8157 (patch) | |
tree | caad7ffe1b14c3ea364e2dddaaf8db28c82a45b8 /go.mod | |
parent | 87e20560ac885c541784af1341098ce8e1e7a940 (diff) | |
download | podman-3396343d4c2dedf03e251c6600c55a50095d8157.tar.gz podman-3396343d4c2dedf03e251c6600c55a50095d8157.tar.bz2 podman-3396343d4c2dedf03e251c6600c55a50095d8157.zip |
Bump github.com/coreos/go-systemd/v22 from 22.1.0 to 22.2.0
Bumps [github.com/coreos/go-systemd/v22](https://github.com/coreos/go-systemd) from 22.1.0 to 22.2.0.
- [Release notes](https://github.com/coreos/go-systemd/releases)
- [Commits](https://github.com/coreos/go-systemd/compare/v22.1.0...v22.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ require ( github.com/containers/ocicrypt v1.1.0 github.com/containers/psgo v1.5.2 github.com/containers/storage v1.25.0 - github.com/coreos/go-systemd/v22 v22.1.0 + github.com/coreos/go-systemd/v22 v22.2.0 github.com/cri-o/ocicni v0.2.1-0.20210301205850-541cf7c703cf github.com/cyphar/filepath-securejoin v0.2.2 github.com/davecgh/go-spew v1.1.1 |