spiegel_podman/vendor/github.com/proglottis/gpgme
tomsweeneyredhat e1b0a045d4 [v4.2.0-rhel] Bump Buildah to v1.27.4
As the title says.  Bumping to address:
CVE-2024-1753

https://issues.redhat.com/browse/RHEL-26761

[NO NEW TESTS NEEDED]

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2024-04-02 16:52:20 -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
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_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-26 13:34:38 -04: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 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

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