spiegel_podman/vendor/github.com/proglottis/gpgme
Paul Holzinger e76b08394e
vendor: update c/{common, image, storage} to latest main
Just to make sure everything still works ahead of monorepo move.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2025-08-26 10:02:35 +02:00
..
.gitignore Add newer c/i to support artifacts 2025-01-08 13:42:24 -06:00
data.go Add newer c/i to support artifacts 2025-01-08 13:42:24 -06:00
go_gpgme.c Add newer c/i to support artifacts 2025-01-08 13:42:24 -06:00
go_gpgme.h Add newer c/i to support artifacts 2025-01-08 13:42:24 -06:00
gpgme.go vendor: update c/{common, image, storage} to latest main 2025-08-26 10:02:35 +02: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
unset_agent_info.go Add newer c/i to support artifacts 2025-01-08 13:42:24 -06: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

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