Skip to content

Commit 0633de6

Browse files
authored
Merge pull request #2494 from containers/renovate/github.com-containers-storage-1.x
fix(deps): update module github.com/containers/storage to v1.56.1
2 parents 3d2c80f + 6483de4 commit 0633de6

File tree

5 files changed

+24
-15
lines changed

5 files changed

+24
-15
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/containers/common v0.61.0
1111
github.com/containers/image/v5 v5.33.0
1212
github.com/containers/ocicrypt v1.2.1
13-
github.com/containers/storage v1.56.0
13+
github.com/containers/storage v1.56.1
1414
github.com/docker/distribution v2.8.3+incompatible
1515
github.com/moby/sys/capability v0.4.0
1616
github.com/opencontainers/go-digest v1.0.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYgle
4949
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
5050
github.com/containers/ocicrypt v1.2.1 h1:0qIOTT9DoYwcKmxSt8QJt+VzMY18onl9jUXsxpVhSmM=
5151
github.com/containers/ocicrypt v1.2.1/go.mod h1:aD0AAqfMp0MtwqWgHM1bUwe1anx0VazI108CRrSKINQ=
52-
github.com/containers/storage v1.56.0 h1:DZ9KSkj6M2tvj/4bBoaJu3QDHRl35BwsZ4kmLJS97ZI=
53-
github.com/containers/storage v1.56.0/go.mod h1:c6WKowcAlED/DkWGNuL9bvGYqIWCVy7isRMdCSKWNjk=
52+
github.com/containers/storage v1.56.1 h1:gDZj/S6Zxus4Xx42X6iNB3ODXuh0qoOdH/BABfrvcKo=
53+
github.com/containers/storage v1.56.1/go.mod h1:c6WKowcAlED/DkWGNuL9bvGYqIWCVy7isRMdCSKWNjk=
5454
github.com/coreos/go-oidc/v3 v3.11.0 h1:Ia3MxdwpSw702YW0xgfmP1GVCMA9aEFWu12XUZ3/OtI=
5555
github.com/coreos/go-oidc/v3 v3.11.0/go.mod h1:gE3LgjOgFoHi9a4ce4/tJczr0Ai2/BoDhf0r5lltWI0=
5656
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=

vendor/github.com/containers/storage/VERSION

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/containers/storage/layers.go

+19-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ github.com/containers/ocicrypt/keywrap/pkcs7
173173
github.com/containers/ocicrypt/spec
174174
github.com/containers/ocicrypt/utils
175175
github.com/containers/ocicrypt/utils/keyprovider
176-
# github.com/containers/storage v1.56.0
176+
# github.com/containers/storage v1.56.1
177177
## explicit; go 1.22.0
178178
github.com/containers/storage
179179
github.com/containers/storage/drivers

0 commit comments

Comments
 (0)