diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-08-19 06:42:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 06:42:11 -0400 |
commit | 23804d95f6589eca37e7cdcfcfaeb1e63e47b209 (patch) | |
tree | ec1307843a84b6efa40712cb9285de5688def966 /vendor | |
parent | 2cb304d25f9e67991bd7c5ce614ddfc3480ecbf7 (diff) | |
parent | c1b7787a2829c39c9ab315b16a2a1e5bf65ca003 (diff) | |
download | podman-23804d95f6589eca37e7cdcfcfaeb1e63e47b209.tar.gz podman-23804d95f6589eca37e7cdcfcfaeb1e63e47b209.tar.bz2 podman-23804d95f6589eca37e7cdcfcfaeb1e63e47b209.zip |
Merge pull request #11242 from containers/dependabot/go_modules/github.com/containers/image/v5-5.15.1
Bump github.com/containers/image/v5 from 5.15.0 to 5.15.1
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/github.com/containers/image/v5/version/version.go | 2 | ||||
-rw-r--r-- | vendor/modules.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/containers/image/v5/version/version.go b/vendor/github.com/containers/image/v5/version/version.go index 8936ec087..7665a4c00 100644 --- a/vendor/github.com/containers/image/v5/version/version.go +++ b/vendor/github.com/containers/image/v5/version/version.go @@ -8,7 +8,7 @@ const ( // VersionMinor is for functionality in a backwards-compatible manner VersionMinor = 15 // VersionPatch is for backwards-compatible bug fixes - VersionPatch = 0 + VersionPatch = 1 // VersionDev indicates development branch. Releases will be empty string. VersionDev = "" diff --git a/vendor/modules.txt b/vendor/modules.txt index 80fd1cd51..d791c9cfc 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -126,7 +126,7 @@ github.com/containers/common/pkg/umask github.com/containers/common/version # github.com/containers/conmon v2.0.20+incompatible github.com/containers/conmon/runner/config -# github.com/containers/image/v5 v5.15.0 +# github.com/containers/image/v5 v5.15.1 github.com/containers/image/v5/copy github.com/containers/image/v5/directory github.com/containers/image/v5/directory/explicitfilepath |