podman/vendor/github.com/proglottis/gpgme
dependabot[bot] 9457549fff build(deps): bump github.com/vbauerster/mpb/v7 from 7.5.2 to 7.5.3
Bumps [github.com/vbauerster/mpb/v7](https://github.com/vbauerster/mpb) from 7.5.2 to 7.5.3.
- [Release notes](https://github.com/vbauerster/mpb/releases)
- [Commits](https://github.com/vbauerster/mpb/compare/v7.5.2...v7.5.3)

---
updated-dependencies:
- dependency-name: github.com/vbauerster/mpb/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Also bump the go module to 1.17 to be able to compile the new code.
Given containers/common and others already require go 1.17+ we're
safe to go.

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-09-13 08:58:22 +02: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_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