summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-03-10 10:31:48 +0100
committerGitHub <noreply@github.com>2021-03-10 10:31:48 +0100
commit5331096b3882cd5c8e587200560e44ef1eb990a3 (patch)
tree62b0120c46bc1d1866cce2f5065e19d9c5b805e9 /go.mod
parent1ac2fb78170595ddb9227de17ab35fd118ed93f0 (diff)
parent3396343d4c2dedf03e251c6600c55a50095d8157 (diff)
downloadpodman-5331096b3882cd5c8e587200560e44ef1eb990a3.tar.gz
podman-5331096b3882cd5c8e587200560e44ef1eb990a3.tar.bz2
podman-5331096b3882cd5c8e587200560e44ef1eb990a3.zip
Merge pull request #9612 from containers/dependabot/go_modules/github.com/coreos/go-systemd/v22-22.2.0
Bump github.com/coreos/go-systemd/v22 from 22.1.0 to 22.2.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 8223d6ad9..dd2f196f4 100644
--- a/go.mod
+++ b/go.mod
@@ -17,7 +17,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