podman/vendor/github.com/proglottis/gpgme
Daniel J Walsh f67ab1eb20
Vendor in containers/(storage,image, common, buildah)
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-07-18 10:42:04 -04:00
..
.gitignore Bump github.com/containers/image/v5 from 5.18.0 to 5.19.0 2022-01-26 15:15:46 +00:00
LICENSE Bump github.com/containers/image/v5 from 5.18.0 to 5.19.0 2022-01-26 15:15:46 +00:00
README.md Bump github.com/containers/image/v5 from 5.18.0 to 5.19.0 2022-01-26 15:15:46 +00:00
callbacks.go Bump github.com/containers/image/v5 from 5.18.0 to 5.19.0 2022-01-26 15:15:46 +00:00
data.go Bump github.com/containers/image/v5 from 5.18.0 to 5.19.0 2022-01-26 15:15:46 +00:00
go.mod Bump github.com/containers/image/v5 from 5.18.0 to 5.19.0 2022-01-26 15:15:46 +00:00
go_gpgme.c Bump github.com/containers/image/v5 from 5.18.0 to 5.19.0 2022-01-26 15:15:46 +00:00
go_gpgme.h Bump github.com/containers/image/v5 from 5.18.0 to 5.19.0 2022-01-26 15:15:46 +00:00
gpgme.go Vendor in containers/(storage,image, common, buildah) 2022-07-18 10:42:04 -04:00
unset_agent_info.go Bump github.com/containers/image/v5 from 5.18.0 to 5.19.0 2022-01-26 15:15:46 +00:00
unset_agent_info_windows.go Bump github.com/containers/image/v5 from 5.18.0 to 5.19.0 2022-01-26 15:15:46 +00: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