diff options
author | Nalin Dahyabhai <nalin@redhat.com> | 2021-03-16 16:01:26 -0400 |
---|---|---|
committer | Nalin Dahyabhai <nalin@redhat.com> | 2021-03-16 16:15:06 -0400 |
commit | 21f229a3dd3c1348d8f882050203d96f261f78ea (patch) | |
tree | 4136692109193ae316ad904b643959f3bf7ac06d /vendor/modules.txt | |
parent | e8918ff10bafcdba7397c257fe5402a820698ee9 (diff) | |
download | podman-21f229a3dd3c1348d8f882050203d96f261f78ea.tar.gz podman-21f229a3dd3c1348d8f882050203d96f261f78ea.tar.bz2 podman-21f229a3dd3c1348d8f882050203d96f261f78ea.zip |
Downgrade github.com/coreos/go-systemd/v22
Downgrade github.com/coreos/go-systemd/v22 to a version that will build
against systemd headers that we have on CentOS 8. This also pulls in
github.com/varlink/go.
Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index 4c16ca2fd..b3b297898 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -230,7 +230,7 @@ github.com/containers/storage/pkg/unshare github.com/coreos/go-iptables/iptables # github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e github.com/coreos/go-systemd/activation -# github.com/coreos/go-systemd/v22 v22.2.0 +# github.com/coreos/go-systemd/v22 v22.1.0 github.com/coreos/go-systemd/v22/activation github.com/coreos/go-systemd/v22/daemon github.com/coreos/go-systemd/v22/dbus |