buildah/vendor/github.com/mtrmac/gpgme
Valentin Rothberg 4664531b51 bump github.com/mtrmac/gpgme
This will prevent build regressions on older systems such as RHEL 7.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-02-05 16:19:43 +01:00
..
.appveyor.yml vendor github.com/containers/image/v5@v5.2.0 2020-02-03 16:42:34 +01:00
.gitignore migrate to go modules 2019-06-25 09:55:38 +00:00
.travis.yml vendor github.com/containers/image/v5@v5.2.0 2020-02-03 16:42:34 +01:00
LICENSE Include our vendored dependencies 2017-01-28 05:59:37 +01:00
README.md Revendor everything 2019-01-15 11:22:14 +00:00
callbacks.go Include our vendored dependencies 2017-01-28 05:59:37 +01:00
data.go vendor github.com/containers/image/v5@v5.2.0 2020-02-03 16:42:34 +01:00
go.mod vendor github.com/containers/image/v5@v5.2.0 2020-02-03 16:42:34 +01:00
go_gpgme.c vendor github.com/containers/image/v5@v5.2.0 2020-02-03 16:42:34 +01:00
go_gpgme.h bump github.com/mtrmac/gpgme 2020-02-05 16:19:43 +01:00
gpgme.go vendor github.com/containers/image/v5@v5.2.0 2020-02-03 16:42:34 +01:00
unset_agent_info.go vendor github.com/containers/image/v5@v5.2.0 2020-02-03 16:42:34 +01:00
unset_agent_info_windows.go vendor github.com/containers/image/v5@v5.2.0 2020-02-03 16:42:34 +01:00

README.md

GPGME (golang)

Go wrapper for the GPGME library.

This library is intended for use with desktop applications. If you are looking to add OpenPGP support to a server application I suggest you first look at golang.org/x/crypto/openpgp.

Installation

go get -u github.com/proglottis/gpgme

Documentation