automation-tests/vendor/github.com/mtrmac/gpgme
Valentin Rothberg baec9f3b10 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>
2020-02-05 09:56:25 +01:00
..
.appveyor.yml vendor github.com/containers/image/v5@v5.2.0 2020-02-05 09:55:50 +01:00
.gitignore migrate to go-modules 2019-06-24 13:20:59 +02:00
.travis.yml vendor github.com/containers/image/v5@v5.2.0 2020-02-05 09:55:50 +01:00
LICENSE Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
README.md Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
callbacks.go Initial checkin from CRI-O repo 2017-11-01 11:24:59 -04:00
data.go vendor github.com/containers/image/v5@v5.2.0 2020-02-05 09:55:50 +01:00
go.mod vendor github.com/containers/image/v5@v5.2.0 2020-02-05 09:55:50 +01:00
go_gpgme.c vendor github.com/containers/image/v5@v5.2.0 2020-02-05 09:55:50 +01:00
go_gpgme.h vendor github.com/mtrmac/gpgme@v0.1.2 2020-02-05 09:56:25 +01:00
gpgme.go vendor github.com/containers/image/v5@v5.2.0 2020-02-05 09:55:50 +01:00
unset_agent_info.go vendor github.com/containers/image/v5@v5.2.0 2020-02-05 09:55:50 +01:00
unset_agent_info_windows.go vendor github.com/containers/image/v5@v5.2.0 2020-02-05 09:55:50 +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