2019-01-29 00:35:20 +00:00
|
|
|
module github.com/moby/buildkit
|
|
|
|
|
2020-02-25 00:26:04 +00:00
|
|
|
go 1.13
|
2019-01-29 00:35:20 +00:00
|
|
|
|
|
|
|
require (
|
2020-05-11 18:32:09 +00:00
|
|
|
github.com/AkihiroSuda/containerd-fuse-overlayfs v0.0.0-20200512015515-32086ef23a5a
|
2019-09-09 13:47:18 +00:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2020-02-25 02:06:30 +00:00
|
|
|
github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5
|
2020-07-20 10:26:05 +00:00
|
|
|
github.com/Microsoft/hcsshim v0.8.9
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/apache/thrift v0.0.0-20161221203622-b2a4d4ae21c7 // indirect
|
|
|
|
github.com/codahale/hdrhistogram v0.0.0-20160425231609-f8ad88b59a58 // indirect
|
2020-07-29 00:48:03 +00:00
|
|
|
github.com/containerd/cgroups v0.0.0-20200710171044-318312a37340 // indirect
|
2020-05-11 18:32:09 +00:00
|
|
|
github.com/containerd/console v1.0.0
|
2020-07-29 00:48:03 +00:00
|
|
|
github.com/containerd/containerd v1.4.0-beta.2.0.20200728183644-eb6354a11860
|
2020-05-11 18:32:09 +00:00
|
|
|
github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb
|
|
|
|
github.com/containerd/fifo v0.0.0-20200410184934-f15a3290365b // indirect
|
2020-07-29 00:48:03 +00:00
|
|
|
github.com/containerd/go-cni v1.0.0
|
2020-02-25 02:06:30 +00:00
|
|
|
github.com/containerd/go-runc v0.0.0-20200220073739-7016d3ce2328
|
2020-07-29 00:48:03 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.1.0
|
2020-02-25 02:06:30 +00:00
|
|
|
github.com/docker/cli v0.0.0-20200227165822-2298e6a3fe24
|
2020-05-11 18:32:09 +00:00
|
|
|
github.com/docker/distribution v2.7.1+incompatible
|
2020-02-25 02:06:30 +00:00
|
|
|
github.com/docker/docker v0.0.0
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/docker/docker-credential-helpers v0.6.0 // indirect
|
|
|
|
github.com/docker/go-connections v0.3.0
|
2020-02-25 02:06:30 +00:00
|
|
|
github.com/docker/libnetwork v0.8.0-dev.2.0.20200226230617-d8334ccdb9be
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/gofrs/flock v0.7.0
|
2020-02-25 02:06:30 +00:00
|
|
|
github.com/gogo/googleapis v1.3.2
|
|
|
|
github.com/gogo/protobuf v1.3.1
|
2020-07-29 00:48:03 +00:00
|
|
|
github.com/golang/protobuf v1.3.5
|
2020-05-11 18:32:09 +00:00
|
|
|
github.com/google/go-cmp v0.4.0
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/google/shlex v0.0.0-20150127133951-6f45313302b9
|
2020-02-25 02:06:30 +00:00
|
|
|
github.com/google/uuid v1.1.1 // indirect
|
2020-05-11 18:32:09 +00:00
|
|
|
github.com/gorilla/mux v1.7.4 // indirect
|
2020-04-23 00:10:31 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.2.0
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.0.0
|
2020-02-25 02:06:30 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.1
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/hashicorp/uuid v0.0.0-20160311170451-ebb0a03e909c // indirect
|
2020-05-11 18:32:09 +00:00
|
|
|
github.com/imdario/mergo v0.3.9 // indirect
|
2020-02-25 02:06:30 +00:00
|
|
|
github.com/ishidawataru/sctp v0.0.0-20191218070446-00ab2ac2db07 // indirect
|
2019-04-02 02:20:01 +00:00
|
|
|
github.com/jaguilar/vt100 v0.0.0-20150826170717-2703a27b14ea
|
2020-05-11 17:49:03 +00:00
|
|
|
github.com/mitchellh/hashstructure v1.0.0
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c
|
2020-05-11 18:32:09 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/opencontainers/image-spec v1.0.1
|
2020-07-29 00:48:03 +00:00
|
|
|
github.com/opencontainers/runc v1.0.0-rc91
|
|
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20200520003142-237cc4f519e2
|
|
|
|
github.com/opencontainers/selinux v1.6.0 // indirect
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/opentracing-contrib/go-stdlib v0.0.0-20171029140428-b1a47cfbdd75
|
2020-04-23 00:10:31 +00:00
|
|
|
github.com/opentracing/opentracing-go v1.1.0
|
2020-02-25 02:06:30 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/pkg/profile v1.2.1
|
2019-04-23 10:07:45 +00:00
|
|
|
github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
|
2020-07-29 00:48:03 +00:00
|
|
|
github.com/sirupsen/logrus v1.6.0
|
2020-05-11 18:32:09 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-07-27 05:55:33 +00:00
|
|
|
github.com/tonistiigi/fsutil v0.0.0-20200724193237-c3ed55f3b481
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
|
2020-05-11 18:07:06 +00:00
|
|
|
github.com/uber/jaeger-client-go v2.11.2+incompatible
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/uber/jaeger-lib v1.2.1 // indirect
|
2020-02-25 02:06:30 +00:00
|
|
|
github.com/urfave/cli v1.22.2
|
2020-07-29 00:48:03 +00:00
|
|
|
go.etcd.io/bbolt v1.3.5
|
2020-02-25 02:06:30 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
|
|
|
|
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b
|
|
|
|
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
|
2020-07-29 00:48:03 +00:00
|
|
|
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775
|
2020-02-25 02:06:30 +00:00
|
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
|
|
|
|
google.golang.org/genproto v0.0.0-20200227132054-3f1135a288c9
|
|
|
|
google.golang.org/grpc v1.27.1
|
2019-01-29 00:35:20 +00:00
|
|
|
)
|
|
|
|
|
2020-05-11 18:32:09 +00:00
|
|
|
replace (
|
2020-07-29 00:48:03 +00:00
|
|
|
github.com/containerd/containerd => github.com/containerd/containerd v1.4.0-beta.2.0.20200728183644-eb6354a11860
|
2020-05-11 18:32:09 +00:00
|
|
|
github.com/docker/docker => github.com/docker/docker v17.12.0-ce-rc1.0.20200310163718-4634ce647cf2+incompatible
|
|
|
|
github.com/hashicorp/go-immutable-radix => github.com/tonistiigi/go-immutable-radix v0.0.0-20170803185627-826af9ccf0fe
|
|
|
|
github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
|
|
|
|
)
|