Skip to content

Commit e903216

Browse files
authored
Bump containers/image (#3365)
Follow other projects in syncing containers/image with a fix - cri-o/cri-o#8221 Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
1 parent f3fe6f3 commit e903216

95 files changed

Lines changed: 1971 additions & 617 deletions

File tree

Some content is hidden

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

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
cloud.google.com/go/storage v1.32.0
77
github.com/appscode/jsonpatch v1.0.1
88
github.com/aws/aws-sdk-go v1.44.302
9-
github.com/containers/image/v5 v5.25.0
9+
github.com/containers/image/v5 v5.27.1-0.20240528120211-942a2226c1cd
1010
github.com/coreos/go-semver v0.3.1
1111
github.com/docker/go-units v0.5.0
1212
github.com/emicklei/go-restful/v3 v3.10.2
@@ -67,17 +67,17 @@ require (
6767
cloud.google.com/go/compute v1.20.1 // indirect
6868
cloud.google.com/go/compute/metadata v0.2.3 // indirect
6969
cloud.google.com/go/iam v1.1.0 // indirect
70-
github.com/BurntSushi/toml v1.2.1 // indirect
70+
github.com/BurntSushi/toml v1.3.2 // indirect
7171
github.com/beorn7/perks v1.0.1 // indirect
7272
github.com/blang/semver v3.5.1+incompatible // indirect
7373
github.com/blang/semver/v4 v4.0.0 // indirect
7474
github.com/cespare/xxhash/v2 v2.2.0 // indirect
7575
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
7676
github.com/containers/ocicrypt v1.1.7 // indirect
77-
github.com/containers/storage v1.46.0 // indirect
77+
github.com/containers/storage v1.48.0 // indirect
7878
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
7979
github.com/docker/distribution v2.8.2+incompatible // indirect
80-
github.com/docker/docker v23.0.2+incompatible // indirect
80+
github.com/docker/docker v24.0.2+incompatible // indirect
8181
github.com/docker/docker-credential-helpers v0.7.0 // indirect
8282
github.com/docker/go-connections v0.4.0 // indirect
8383
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
@@ -105,7 +105,7 @@ require (
105105
github.com/jmespath/go-jmespath v0.4.0 // indirect
106106
github.com/josharian/intern v1.0.0 // indirect
107107
github.com/json-iterator/go v1.1.12 // indirect
108-
github.com/klauspost/pgzip v1.2.6-0.20220930104621-17e8dac29df8 // indirect
108+
github.com/klauspost/pgzip v1.2.6 // indirect
109109
github.com/mailru/easyjson v0.7.7 // indirect
110110
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
111111
github.com/moby/spdystream v0.2.0 // indirect
@@ -114,14 +114,14 @@ require (
114114
github.com/modern-go/reflect2 v1.0.2 // indirect
115115
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
116116
github.com/opencontainers/go-digest v1.0.0 // indirect
117-
github.com/opencontainers/image-spec v1.1.0-rc2 // indirect
118-
github.com/opencontainers/runc v1.1.5 // indirect
119-
github.com/opencontainers/runtime-spec v1.1.0-rc.1 // indirect
117+
github.com/opencontainers/image-spec v1.1.0-rc3 // indirect
118+
github.com/opencontainers/runc v1.1.7 // indirect
119+
github.com/opencontainers/runtime-spec v1.1.0-rc.3 // indirect
120120
github.com/ovirt/go-ovirt-client-log/v2 v2.2.0 // indirect
121121
github.com/prometheus/common v0.44.0 // indirect
122122
github.com/prometheus/procfs v0.11.0 // indirect
123123
github.com/robfig/cron v1.2.0 // indirect
124-
github.com/sirupsen/logrus v1.9.0 // indirect
124+
github.com/sirupsen/logrus v1.9.3 // indirect
125125
github.com/spf13/pflag v1.0.5 // indirect
126126
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect
127127
github.com/vbatts/tar-split v0.11.3 // indirect

go.sum

Lines changed: 18 additions & 38 deletions
Large diffs are not rendered by default.

vendor/github.com/BurntSushi/toml/decode.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/BurntSushi/toml/deprecated.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/BurntSushi/toml/encode.go

Lines changed: 31 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/BurntSushi/toml/error.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/BurntSushi/toml/lex.go

Lines changed: 66 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)