summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-03-29 10:50:05 -0400
committerMatthew Heon <mheon@redhat.com>2021-03-29 10:50:05 -0400
commit0127cc1840f870640c09f6adcf8c35929c189304 (patch)
tree671c022015b37b93763d46a209768f0fbe57989c /go.mod
parentc8af1747320bb9506ab4ea80892f0dae81c03a95 (diff)
downloadpodman-0127cc1840f870640c09f6adcf8c35929c189304.tar.gz
podman-0127cc1840f870640c09f6adcf8c35929c189304.tar.bz2
podman-0127cc1840f870640c09f6adcf8c35929c189304.zip
Revert go-systemd to v2.22.0
The newer v2.23.0 broke the build on 32-bit systems. We resolved it upstream, but there's no newer release with the fix yet. Signed-off-by: Matthew Heon <mheon@redhat.com>
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 6e2482bd6..d8c3fd6ad 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.28.0
- github.com/coreos/go-systemd/v22 v22.3.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