mirror of
https://github.com/containers/skopeo.git
synced 2025-09-22 18:37:21 +00:00
Bump github.com/containers/image/v5 from 5.2.0 to 5.2.1
Bumps [github.com/containers/image/v5](https://github.com/containers/image) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/containers/image/releases) - [Commits](https://github.com/containers/image/compare/v5.2.0...v5.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
committed by
Valentin Rothberg
parent
9d10912ced
commit
b6e7fbdfdf
5
vendor/github.com/mtrmac/gpgme/go_gpgme.h
generated
vendored
5
vendor/github.com/mtrmac/gpgme/go_gpgme.h
generated
vendored
@@ -6,6 +6,11 @@
|
||||
|
||||
#include <gpgme.h>
|
||||
|
||||
/* GPGME_VERSION_NUMBER was introduced in 1.4.0 */
|
||||
#if !defined(GPGME_VERSION_NUMBER) || GPGME_VERSION_NUMBER < 0x010402
|
||||
typedef off_t gpgme_off_t; /* Introduced in 1.4.2 */
|
||||
#endif
|
||||
|
||||
extern ssize_t gogpgme_readfunc(void *handle, void *buffer, size_t size);
|
||||
extern ssize_t gogpgme_writefunc(void *handle, void *buffer, size_t size);
|
||||
extern off_t gogpgme_seekfunc(void *handle, off_t offset, int whence);
|
||||
|
Reference in New Issue
Block a user