Skip to content

Commit 6d40555

Browse files
committed
To backport fixes for https://bugzilla.redhat.com/show_bug.cgi?id=2072452 Signed-off-by: Valentin Rothberg <[email protected]>
1 parent dc5b77e commit 6d40555

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/containerd/containerd v1.5.9 // indirect
99
github.com/containers/libtrust v0.0.0-20190913040956-14b96171aa3b
1010
github.com/containers/ocicrypt v1.1.4
11-
github.com/containers/storage v1.38.3
11+
github.com/containers/storage v1.38.4
1212
github.com/docker/distribution v2.7.1+incompatible
1313
github.com/docker/docker v20.10.12+incompatible
1414
github.com/docker/docker-credential-helpers v0.6.4

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ github.com/containers/ocicrypt v1.1.4 h1:V0ktirShnF1iJ2ithuoYE4eNAOSL3af1PlTiykv
273273
github.com/containers/ocicrypt v1.1.4/go.mod h1:xpdkbVAuaH3WzbEabUd5yDsl9SwJA5pABH85425Es2g=
274274
github.com/containers/storage v1.38.3 h1:GP1JU51sgwuqEu4+Lp8taBsqbkHgHVqzb/uzqZF9HOc=
275275
github.com/containers/storage v1.38.3/go.mod h1:INP0RPLHWBxx+pTsO5uiHlDUGHDFvWZPWprAbAlQWPQ=
276+
github.com/containers/storage v1.38.4 h1:w/emRXxoQlRjA/tdH6ol7w5pdJ+jpN1h08gyIx3pmOU=
277+
github.com/containers/storage v1.38.4/go.mod h1:INP0RPLHWBxx+pTsO5uiHlDUGHDFvWZPWprAbAlQWPQ=
276278
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
277279
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
278280
github.com/coreos/go-iptables v0.4.5/go.mod h1:/mVI274lEDI2ns62jHCDnCyBF9Iwsmekav8Dbxlm1MU=

0 commit comments

Comments
 (0)