diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-02-05 09:56:25 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-02-05 09:56:25 +0100 |
commit | baec9f3b10faa4f319b92549ea460aba0af91a4d (patch) | |
tree | a389729bea940a98dc53aa5e7410ee8309b67c36 /go.mod | |
parent | 801977b40d8500ff68cf5a6facd82f035735076a (diff) | |
download | podman-baec9f3b10faa4f319b92549ea460aba0af91a4d.tar.gz podman-baec9f3b10faa4f319b92549ea460aba0af91a4d.tar.bz2 podman-baec9f3b10faa4f319b92549ea460aba0af91a4d.zip |
vendor github.com/mtrmac/gpgme@v0.1.2
Fixes a build regression on CentOS 7 and RHEL 7 with older gpgme
versions.
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ require ( github.com/json-iterator/go v1.1.9 github.com/mrtazz/checkmake v0.0.0-20191009095831-03dd76b964dd // indirect github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 + github.com/mtrmac/gpgme v0.1.2 // indirect github.com/olekukonko/tablewriter v0.0.4 // indirect github.com/onsi/ginkgo v1.11.0 github.com/onsi/gomega v1.9.0 |