-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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/storage from 1.25.0 to 1.28.0 #9734
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ require ( | |
github.com/containers/image/v5 v5.10.2 | ||
github.com/containers/ocicrypt v1.1.0 | ||
github.com/containers/psgo v1.5.2 | ||
github.com/containers/storage v1.25.0 | ||
github.com/containers/storage v1.28.0 | ||
github.com/coreos/go-systemd/v22 v22.1.0 | ||
github.com/cri-o/ocicni v0.2.1-0.20210301205850-541cf7c703cf | ||
github.com/cyphar/filepath-securejoin v0.2.2 | ||
|
@@ -33,22 +33,21 @@ require ( | |
github.com/google/uuid v1.2.0 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/gorilla/schema v1.2.0 | ||
github.com/hashicorp/go-multierror v1.1.0 | ||
github.com/hashicorp/golang-lru v0.5.4 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/hpcloud/tail v1.0.0 | ||
github.com/json-iterator/go v1.1.10 | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/mattn/go-colorable v0.1.8 // indirect | ||
github.com/mattn/go-runewidth v0.0.10 // indirect | ||
github.com/moby/term v0.0.0-20201110203204-bea5bbe245bf | ||
github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 | ||
github.com/mrunalp/fileutils v0.5.0 | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/onsi/ginkgo v1.15.1 | ||
github.com/onsi/gomega v1.11.0 | ||
github.com/opencontainers/go-digest v1.0.0 | ||
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 | ||
github.com/opencontainers/runc v1.0.0-rc91.0.20200708210054-ce54a9d4d79b | ||
github.com/opencontainers/runtime-spec v1.0.3-0.20200817204227-f9c09b4ea1df | ||
github.com/opencontainers/runc v1.0.0-rc93 | ||
github.com/opencontainers/runtime-spec v1.0.3-0.20200929063507-e6143ca7d51d | ||
github.com/opencontainers/runtime-tools v0.9.0 | ||
github.com/opencontainers/selinux v1.8.0 | ||
github.com/pkg/errors v0.9.1 | ||
|
@@ -59,7 +58,7 @@ require ( | |
github.com/spf13/cobra v1.1.3 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 | ||
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 | ||
github.com/uber/jaeger-client-go v2.25.0+incompatible | ||
github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852 | ||
go.etcd.io/bbolt v1.3.5 | ||
|
@@ -68,6 +67,8 @@ require ( | |
golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005 | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect | ||
k8s.io/api v0.0.0-20190620084959-7cf5895f2711 | ||
k8s.io/api v0.20.1 | ||
k8s.io/apimachinery v0.20.4 | ||
) | ||
|
||
replace github.com/syndtr/gocapability => github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I assume this fixes the I'm a bit afraid of this trick since it's not sustainable on the long run. Downstream packages like Debian will have troubles, and we don't get updates. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. opencontainers/runc@6dfbe9b is part of runc rc93. What is the reason to still pin this dependency? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's causing issues in the in-container tests. @giuseppe is about to create a separate PR with the new c/common release to address these. It's a temporary fix to unblock bumping c/storage et al. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. fixed with #9762 |
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bump is still barking, see #9738