Skip to content

Commit 9de270e

Browse files
Merge pull request #5368 from containers/renovate/git.1-hub.cn-containers-image-v5-digest
fix(deps): update github.com/containers/image/v5 digest to cdc6802
2 parents f5d7689 + 53f230e commit 9de270e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1420
-492
lines changed

go.mod

+8-8
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require (
77
github.com/containernetworking/cni v1.1.2
88
github.com/containernetworking/plugins v1.4.0
99
github.com/containers/common v0.57.1-0.20240220203037-6ee157e78afb
10-
github.com/containers/image/v5 v5.29.3-0.20240215171532-36cc6a1a006f
10+
github.com/containers/image/v5 v5.29.3-0.20240229213915-cdc68020a24f
1111
github.com/containers/luksy v0.0.0-20240129181507-b62d551ce6d8
1212
github.com/containers/ocicrypt v1.1.9
13-
github.com/containers/storage v1.52.1-0.20240215002116-8a099ece355e
13+
github.com/containers/storage v1.52.1-0.20240227215008-a083950a778f
1414
github.com/cyphar/filepath-securejoin v0.2.4
1515
github.com/docker/distribution v2.8.3+incompatible
1616
github.com/docker/docker v25.0.3+incompatible
@@ -70,7 +70,7 @@ require (
7070
github.com/docker/go-connections v0.5.0 // indirect
7171
github.com/felixge/httpsnoop v1.0.4 // indirect
7272
github.com/fsnotify/fsnotify v1.7.0 // indirect
73-
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
73+
github.com/go-jose/go-jose/v3 v3.0.2 // indirect
7474
github.com/go-logr/logr v1.4.1 // indirect
7575
github.com/go-logr/stdr v1.2.2 // indirect
7676
github.com/go-openapi/analysis v0.21.4 // indirect
@@ -80,7 +80,7 @@ require (
8080
github.com/go-openapi/loads v0.21.2 // indirect
8181
github.com/go-openapi/runtime v0.26.0 // indirect
8282
github.com/go-openapi/spec v0.20.9 // indirect
83-
github.com/go-openapi/strfmt v0.22.0 // indirect
83+
github.com/go-openapi/strfmt v0.22.1 // indirect
8484
github.com/go-openapi/swag v0.22.9 // indirect
8585
github.com/go-openapi/validate v0.22.1 // indirect
8686
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
@@ -89,7 +89,7 @@ require (
8989
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
9090
github.com/golang/protobuf v1.5.3 // indirect
9191
github.com/google/go-cmp v0.6.0 // indirect
92-
github.com/google/go-containerregistry v0.17.0 // indirect
92+
github.com/google/go-containerregistry v0.19.0 // indirect
9393
github.com/google/go-intervals v0.0.2 // indirect
9494
github.com/google/pprof v0.0.0-20230323073829-e72429f035bd // indirect
9595
github.com/google/uuid v1.6.0 // indirect
@@ -99,7 +99,7 @@ require (
9999
github.com/jinzhu/copier v0.4.0 // indirect
100100
github.com/josharian/intern v1.0.0 // indirect
101101
github.com/json-iterator/go v1.1.12 // indirect
102-
github.com/klauspost/compress v1.17.6 // indirect
102+
github.com/klauspost/compress v1.17.7 // indirect
103103
github.com/klauspost/pgzip v1.2.6 // indirect
104104
github.com/letsencrypt/boulder v0.0.0-20230907030200-6d76a0f91e1e // indirect
105105
github.com/mailru/easyjson v0.7.7 // indirect
@@ -126,7 +126,7 @@ require (
126126
github.com/secure-systems-lab/go-securesystemslib v0.8.0 // indirect
127127
github.com/sigstore/fulcio v1.4.3 // indirect
128128
github.com/sigstore/rekor v1.2.2 // indirect
129-
github.com/sigstore/sigstore v1.8.1 // indirect
129+
github.com/sigstore/sigstore v1.8.2 // indirect
130130
github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 // indirect
131131
github.com/sylabs/sif/v2 v2.15.1 // indirect
132132
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
@@ -136,7 +136,7 @@ require (
136136
github.com/vbauerster/mpb/v8 v8.7.2 // indirect
137137
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
138138
github.com/vishvananda/netns v0.0.4 // indirect
139-
go.mongodb.org/mongo-driver v1.13.1 // indirect
139+
go.mongodb.org/mongo-driver v1.14.0 // indirect
140140
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect
141141
go.opencensus.io v0.24.0 // indirect
142142
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect

go.sum

+27-20
Large diffs are not rendered by default.

vendor/github.com/containers/image/v5/copy/compression.go

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

vendor/github.com/containers/image/v5/copy/digesting_reader.go

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

vendor/github.com/containers/image/v5/copy/multiple.go

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

vendor/github.com/containers/image/v5/copy/progress_bars.go

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

vendor/github.com/containers/image/v5/copy/single.go

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

vendor/github.com/containers/image/v5/docker/docker_client.go

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

vendor/github.com/containers/image/v5/internal/imagedestination/impl/helpers.go

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

vendor/github.com/containers/image/v5/internal/manifest/list.go

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

vendor/github.com/containers/image/v5/internal/manifest/manifest.go

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

vendor/github.com/containers/image/v5/internal/manifest/oci_index.go

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

vendor/github.com/containers/image/v5/manifest/common.go

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

0 commit comments

Comments
 (0)