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

[release-4.9] Bug 2022866: bump github.com/containers/buildah to v1.22.3 #272

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@ go 1.16

require (
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/containers/buildah v1.20.1
github.com/containers/common v0.40.0
github.com/containers/image/v5 v5.13.0
github.com/containers/storage v1.32.2
github.com/containers/buildah v1.22.3
github.com/containers/common v0.42.1
github.com/containers/image/v5 v5.15.2
github.com/containers/storage v1.34.1
github.com/docker/distribution v2.7.1+incompatible
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
github.com/fsouza/go-dockerclient v1.7.2
github.com/opencontainers/runc v1.0.0-rc95
github.com/fsouza/go-dockerclient v1.7.3
github.com/opencontainers/runc v1.0.1
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/openshift/api v0.0.0-20210730095913-85e1d547cdee
github.com/openshift/client-go v0.0.0-20210730113412-1811c1b3fc0e
github.com/openshift/imagebuilder v1.2.0
github.com/openshift/imagebuilder v1.2.2-0.20210415181909-87f3e48c2656
github.com/openshift/library-go v0.0.0-20210430084706-e555322cb708
github.com/openshift/source-to-image v1.3.2-0.20210719201059-4f4cb8b11f98
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22
k8s.io/api v0.22.0-rc.0
k8s.io/apimachinery v0.22.0-rc.0
Expand All @@ -36,8 +36,8 @@ require (
replace (
// temporary replacement for development purposes
github.com/containerd/containerd => github.com/containerd/containerd v1.5.0
github.com/docker/docker => github.com/openshift/moby-moby v1.4.2-0.20190308215630-da810a85109d
github.com/docker/libnetwork => github.com/docker/libnetwork v0.8.0-dev.2.0.20171107005402-dcf79f8c7fcb
github.com/docker/docker => github.com/docker/docker v0.0.0-20200911110540-7ca355652fe0
github.com/docker/libnetwork => github.com/docker/libnetwork v0.0.0-20210525090646-64b7a4574d14
github.com/godbus/dbus => github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f
// Needed to resolve broken transitive dependencies in buildkit and s2i
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59
Expand Down Expand Up @@ -68,4 +68,4 @@ replace (
k8s.io/mount-utils => k8s.io/mount-utils v0.22.0-rc.0
k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.22.0-rc.0
k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.22.0-rc.0
)
)
280 changes: 186 additions & 94 deletions go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions hack/lib/constants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ readonly OS_REQUIRED_GO_VERSION="go${OS_BUILD_ENV_GOLANG}"
readonly OS_GLIDE_MINOR_VERSION="13"
readonly OS_REQUIRED_GLIDE_VERSION="0.$OS_GLIDE_MINOR_VERSION"

readonly OS_GOFLAGS_TAGS="include_gcs include_oss containers_image_docker_daemon_stub containers_image_openpgp containers_image_ostree_stub exclude_graphdriver_btrfs exclude_graphdriver_devicemapper exclude_graphdriver_zfs"
readonly OS_GOFLAGS_TAGS_TEST="containers_image_docker_daemon_stub containers_image_openpgp containers_image_ostree_stub exclude_graphdriver_btrfs exclude_graphdriver_devicemapper exclude_graphdriver_zfs"
readonly OS_GOFLAGS_TAGS="include_gcs include_oss containers_image_openpgp containers_image_ostree_stub exclude_graphdriver_btrfs exclude_graphdriver_devicemapper exclude_graphdriver_zfs"
readonly OS_GOFLAGS_TAGS_TEST="containers_image_openpgp containers_image_ostree_stub exclude_graphdriver_btrfs exclude_graphdriver_devicemapper exclude_graphdriver_zfs"
5 changes: 1 addition & 4 deletions vendor/github.com/BurntSushi/toml/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 0 additions & 15 deletions vendor/github.com/BurntSushi/toml/.travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions vendor/github.com/BurntSushi/toml/COMPATIBLE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 0 additions & 19 deletions vendor/github.com/BurntSushi/toml/Makefile

This file was deleted.

74 changes: 38 additions & 36 deletions vendor/github.com/BurntSushi/toml/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.