diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-04 12:17:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 12:17:51 +0000 |
commit | 2f6c911d6202db19723d9861e387c5792194ea3e (patch) | |
tree | c0acd2d931b24070e5e51639fe43c41cf3fd756f /go.mod | |
parent | 43a8f1ae555018b5514af61ed789648afc79a589 (diff) | |
download | podman-2f6c911d6202db19723d9861e387c5792194ea3e.tar.gz podman-2f6c911d6202db19723d9861e387c5792194ea3e.tar.bz2 podman-2f6c911d6202db19723d9861e387c5792194ea3e.zip |
build(deps): bump github.com/opencontainers/image-spec
Bumps [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) from 1.1.0-rc1 to 1.1.0-rc2.
- [Release notes](https://github.com/opencontainers/image-spec/releases)
- [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
- [Commits](https://github.com/opencontainers/image-spec/compare/v1.1.0-rc1...v1.1.0-rc2)
---
updated-dependencies:
- dependency-name: github.com/opencontainers/image-spec
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ require ( github.com/onsi/ginkgo v1.16.5 github.com/onsi/gomega v1.20.2 github.com/opencontainers/go-digest v1.0.0 - github.com/opencontainers/image-spec v1.1.0-rc1 + github.com/opencontainers/image-spec v1.1.0-rc2 github.com/opencontainers/runc v1.1.4 github.com/opencontainers/runtime-spec v1.0.3-0.20211214071223-8958f93039ab github.com/opencontainers/runtime-tools v0.9.1-0.20220714195903-17b3287fafb7 |