summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-06-02 07:27:53 -0400
committerGitHub <noreply@github.com>2020-06-02 07:27:53 -0400
commiteb488e760a3b1c1db739aafdb39e7f14d59e4af0 (patch)
tree5ae2695cd344512510e412bfd6440c3c1cdfb3f1 /go.mod
parentb2feaa4d186f6bb8ee4ed8e0dd610e151d30470d (diff)
parentbea4264ed38b1b7228d1a75f3c130bcecf388979 (diff)
downloadpodman-eb488e760a3b1c1db739aafdb39e7f14d59e4af0.tar.gz
podman-eb488e760a3b1c1db739aafdb39e7f14d59e4af0.tar.bz2
podman-eb488e760a3b1c1db739aafdb39e7f14d59e4af0.zip
Merge pull request #6463 from containers/dependabot/go_modules/github.com/coreos/go-systemd/v22-22.1.0
Bump github.com/coreos/go-systemd/v22 from 22.0.0 to 22.1.0
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 e334391c4..096e0ba2e 100644
--- a/go.mod
+++ b/go.mod
@@ -16,7 +16,7 @@ require (
github.com/containers/image/v5 v5.4.5-0.20200529084758-46b2ee6aebb0
github.com/containers/psgo v1.5.0
github.com/containers/storage v1.20.1
- github.com/coreos/go-systemd/v22 v22.0.0
+ github.com/coreos/go-systemd/v22 v22.1.0
github.com/cri-o/ocicni v0.2.0
github.com/cyphar/filepath-securejoin v0.2.2
github.com/davecgh/go-spew v1.1.1