cri-o/vendor/github.com/mtrmac/gpgme
Nalin Dahyabhai caee4a99c9 Vendor containers/image and containers/storage
Vendor updated containers/image and containers/storage, along
with any new dependencies they drag in, and updated versions of other
dependencies that happen to get pulled in.

github.com/coreos/go-systemd/daemon/SdNotify() now takes a boolean to
control whether or not it unsets the NOTIFY_SOCKET variable from the
calling process's environment.  Adapt.

github.com/opencontainers/runtime-tools/generate/Generator.AddProcessEnv()
now takes the environment variable name and value as two arguments, not
one.  Adapt.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
2017-01-18 10:21:59 -05:00
..
.gitignore Build and install from GOPATH 2017-01-17 12:09:09 -08:00
callbacks.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
data.go Build and install from GOPATH 2017-01-17 12:09:09 -08:00
go_gpgme.c Build and install from GOPATH 2017-01-17 12:09:09 -08:00
go_gpgme.h Build and install from GOPATH 2017-01-17 12:09:09 -08:00
gpgme.go Vendor containers/image and containers/storage 2017-01-18 10:21:59 -05:00
LICENSE Build and install from GOPATH 2017-01-17 12:09:09 -08:00
README.md Build and install from GOPATH 2017-01-17 12:09:09 -08: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