Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/containers/image/v5 from 5.22.0 to 5.24.2 #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,27 @@ require (
code.cloudfoundry.org/commandrunner v0.0.0-20180212143422-501fd662150b
code.cloudfoundry.org/idmapper v0.0.0-20210608104755-adcde2231d2c
code.cloudfoundry.org/lager v0.0.0-20181119165122-baf208c4c56b
github.com/ReneKroon/ttlcache/v2 v2.11.0 // indirect
github.com/apoydence/eachers v0.0.0-20181020210610-23942921fe77 // indirect
github.com/cloudfoundry/dropsonde v1.0.0
github.com/cloudfoundry/gosteno v0.0.0-20150423193413-0c8581caea35 // indirect
github.com/cloudfoundry/loggregatorlib v0.0.0-20170823162133-36eddf15ef12 // indirect
github.com/cloudfoundry/sonde-go v0.0.0-20200416163440-a42463ba266b
github.com/containers/image/v5 v5.22.0
github.com/containers/storage v1.42.0
github.com/containers/image/v5 v5.24.2
github.com/containers/storage v1.45.3
github.com/docker/distribution v2.8.1+incompatible
github.com/docker/docker v20.10.17+incompatible
github.com/docker/docker v20.10.23+incompatible
github.com/docker/go-units v0.5.0
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/gobuffalo/pop/v5 v5.3.1 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/moby/sys/mount v0.2.0 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.19.0
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.3-0.20220114050600-8b9d41f48198
github.com/opencontainers/runc v1.1.3
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.20210326190908-1c3f411f0417
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand All @@ -32,7 +35,9 @@ require (
github.com/tscolari/lagregator v0.0.0-20161103133944-b0fb43b01861
github.com/urfave/cli/v2 v2.3.0
github.com/ventu-io/go-shortid v0.0.0-20201117134242-e59966efd125
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
go.opentelemetry.io/contrib/propagators v0.19.0 // indirect
golang.org/x/sys v0.4.0
gopkg.in/yaml.v2 v2.4.0
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
)
Expand Down
Loading