Skip to content
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.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
52 changes: 13 additions & 39 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,27 @@ go 1.13

require (
github.com/MakeNowJust/heredoc v0.0.0-20170808103936-bb23615498cd
github.com/Microsoft/opengcs v0.3.9 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/armon/go-radix v1.0.0 // indirect
github.com/containers/buildah v1.14.2
github.com/containers/common v0.4.2
github.com/containers/image/v5 v5.2.1
github.com/containers/storage v1.16.1
github.com/coreos/bbolt v1.3.3 // indirect
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f // indirect
github.com/deckarep/golang-set v1.7.1 // indirect
github.com/containers/buildah v1.14.10
github.com/containers/common v0.8.4
github.com/containers/image/v5 v5.4.3
github.com/containers/storage v1.18.2
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
github.com/docker/libkv v0.2.1 // indirect
github.com/docker/swarmkit v1.12.1-0.20190926144208-d509e31c1fda // indirect
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
github.com/evanphx/json-patch v4.5.0+incompatible // indirect
github.com/fsouza/go-dockerclient v1.6.3
github.com/go-check/check v0.0.0-20190902080502-41f04d3bba15 // indirect
github.com/golang/groupcache v0.0.0-20191002201903-404acd9df4cc // indirect
github.com/googleapis/gnostic v0.3.1 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
github.com/grpc-ecosystem/grpc-gateway v1.11.3 // indirect
github.com/hashicorp/consul/api v1.2.0 // indirect
github.com/hashicorp/go-memdb v1.0.4 // indirect
github.com/hashicorp/memberlist v0.1.5 // indirect
github.com/hashicorp/serf v0.8.5 // indirect
github.com/miekg/dns v1.1.22 // indirect
github.com/moby/buildkit v0.6.2 // indirect
github.com/opencontainers/runc v1.0.0-rc9
github.com/opencontainers/runtime-spec v1.0.0
github.com/opencontainers/runtime-spec v1.0.1
github.com/openshift/api v0.0.0-20200326160804-ecb9283fe820
github.com/openshift/client-go v0.0.0-20200326155132-2a6cd50aedd0
github.com/openshift/imagebuilder v1.1.1
github.com/openshift/imagebuilder v1.1.4
github.com/openshift/library-go v0.0.0-20200327125526-163b2f0d6264
github.com/openshift/source-to-image v1.2.0
github.com/openshift/source-to-image v1.3.0
github.com/pkg/errors v0.9.1
github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da // indirect
github.com/seccomp/containers-golang v0.0.0-20190710130535-8d1ed6a872a5 // indirect
github.com/spf13/cobra v0.0.6
github.com/spf13/cobra v0.0.7
github.com/spf13/pflag v1.0.5
github.com/tonistiigi/fifo v0.0.0-20190816180239-bda0ff6ed73c // indirect
github.com/tonistiigi/fsutil v0.0.0-20191018213012-0f039a052ca1 // indirect
github.com/ugorji/go v1.1.7 // indirect
go.uber.org/zap v1.11.0 // indirect
golang.org/x/sys v0.0.0-20191127021746-63cb32ae39b2
golang.org/x/time v0.0.0-20190921001708-c4c64cad1fd0 // indirect
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775
k8s.io/api v0.18.0
k8s.io/apimachinery v0.18.0
k8s.io/client-go v0.18.0
Expand All @@ -61,13 +35,13 @@ require (
)

replace (
// Result of go get github.com/containerd/containerd@v0.2.x
github.com/containerd/containerd => github.com/containerd/containerd v0.2.10-0.20180716142608-408d13de2fbb
github.com/docker/docker => github.com/openshift/moby-moby v1.4.2-0.20190308215630-da810a85109d
github.com/containerd/containerd => github.com/containerd/containerd v1.3.6
github.com/docker/docker => github.com/docker/docker v0.0.0-20190404075923-dbe4a30928d4
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

containerd/containerd needs to be replaced because there are transitive dependencies which reference different versions that conflict. The 1.3.6 version is a more recent tag that resolves the conflicts.

docker/docker is moved to an upstream version with a pseudo-version that replace can resolve. We don't need the OpenShift fork any more as this has drifted from what buildah uses.

github.com/docker/libnetwork => github.com/docker/libnetwork v0.8.0-dev.2.0.20171107005402-dcf79f8c7fcb
github.com/godbus/dbus => github.com/godbus/dbus v0.0.0-20181101234600-2ff6f7ffd60f
github.com/moby/buildkit => github.com/dmcgowan/buildkit v0.0.0-20170731200553-da2b9dc7dab9
github.com/opencontainers/runtime-tools => github.com/opencontainers/runtime-tools v0.8.0
// CVE-2020-9283 fix
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We pull in the vulnerable ssh code, therefore we need to bump this to a patched version.

// these are needed since k8s.io/kubernetes cites v0.0.0 for these in its go.mod
k8s.io/api => k8s.io/api v0.18.0
k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.18.0
Expand Down
296 changes: 135 additions & 161 deletions go.sum

Large diffs are not rendered by default.

26 changes: 0 additions & 26 deletions vendor/github.com/Nvveen/Gotty/LICENSE

This file was deleted.

5 changes: 0 additions & 5 deletions vendor/github.com/Nvveen/Gotty/README

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/Nvveen/Gotty/TODO

This file was deleted.

Loading