2019-01-29 00:35:20 +00:00
|
|
|
module github.com/moby/buildkit
|
|
|
|
|
2021-08-17 03:00:00 +00:00
|
|
|
go 1.17
|
2019-01-29 00:35:20 +00:00
|
|
|
|
|
|
|
require (
|
2021-11-23 23:36:19 +00:00
|
|
|
github.com/Microsoft/go-winio v0.5.1
|
2022-01-28 09:18:44 +00:00
|
|
|
github.com/Microsoft/hcsshim v0.9.2
|
2021-07-02 02:25:53 +00:00
|
|
|
github.com/agext/levenshtein v1.2.3
|
2022-01-25 03:18:20 +00:00
|
|
|
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
|
2021-09-07 22:57:02 +00:00
|
|
|
github.com/containerd/console v1.0.3
|
2022-02-16 14:45:04 +00:00
|
|
|
github.com/containerd/containerd v1.6.0
|
2022-01-28 09:18:44 +00:00
|
|
|
github.com/containerd/continuity v0.2.2
|
2021-03-23 09:41:53 +00:00
|
|
|
github.com/containerd/fuse-overlayfs-snapshotter v1.0.2
|
2022-02-15 15:41:37 +00:00
|
|
|
github.com/containerd/go-cni v1.1.3
|
2021-04-19 07:43:58 +00:00
|
|
|
github.com/containerd/go-runc v1.0.0
|
2022-02-23 08:00:04 +00:00
|
|
|
github.com/containerd/stargz-snapshotter v0.11.2-0.20220223051521-b1ce4c8d8294
|
|
|
|
github.com/containerd/stargz-snapshotter/estargz v0.11.2-0.20220223051521-b1ce4c8d8294
|
2021-04-19 07:43:58 +00:00
|
|
|
github.com/containerd/typeurl v1.0.2
|
2020-10-11 12:56:00 +00:00
|
|
|
github.com/coreos/go-systemd/v22 v22.3.2
|
2022-01-27 07:44:30 +00:00
|
|
|
github.com/docker/cli v20.10.12+incompatible
|
2022-02-12 12:08:21 +00:00
|
|
|
github.com/docker/distribution v2.8.0+incompatible
|
2022-02-16 14:45:04 +00:00
|
|
|
github.com/docker/docker v20.10.7+incompatible // master (v21.xx-dev), see replace()
|
2020-09-02 09:52:29 +00:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2021-10-08 09:49:52 +00:00
|
|
|
github.com/docker/go-units v0.4.0
|
2020-08-24 08:48:11 +00:00
|
|
|
github.com/gofrs/flock v0.7.3
|
2021-11-23 23:36:19 +00:00
|
|
|
github.com/gogo/googleapis v1.4.1
|
2021-03-10 04:03:31 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2021-09-06 17:34:17 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
2022-02-15 06:18:29 +00:00
|
|
|
github.com/google/go-cmp v0.5.7
|
2020-10-30 11:11:11 +00:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2021-10-26 20:48:46 +00:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
|
2021-06-15 23:39:43 +00:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.3.1
|
2021-08-03 01:57:39 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2020-09-02 09:52:29 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.3
|
2022-02-22 06:34:17 +00:00
|
|
|
github.com/klauspost/compress v1.14.3
|
2021-11-09 08:56:04 +00:00
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2
|
2020-10-30 08:25:05 +00:00
|
|
|
github.com/moby/locker v1.0.1
|
2022-02-16 09:30:25 +00:00
|
|
|
github.com/moby/sys/mountinfo v0.6.0
|
2021-11-05 12:28:54 +00:00
|
|
|
github.com/moby/sys/signal v0.6.0
|
2020-09-02 09:52:29 +00:00
|
|
|
github.com/morikuni/aec v1.0.0
|
2020-05-11 18:32:09 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
2022-01-28 09:18:44 +00:00
|
|
|
github.com/opencontainers/image-spec v1.0.2-0.20211117181255-693428a734f5
|
|
|
|
github.com/opencontainers/runc v1.1.0
|
2021-07-28 22:42:46 +00:00
|
|
|
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
|
2021-11-23 23:36:19 +00:00
|
|
|
github.com/opencontainers/selinux v1.10.0
|
2021-09-07 22:57:02 +00:00
|
|
|
github.com/pelletier/go-toml v1.9.4
|
2020-02-25 02:06:30 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-08-24 08:56:12 +00:00
|
|
|
github.com/pkg/profile v1.5.0
|
2019-04-23 10:07:45 +00:00
|
|
|
github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
|
2020-10-11 12:56:00 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-02-08 00:40:35 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2022-02-12 06:17:22 +00:00
|
|
|
github.com/tonistiigi/fsutil v0.0.0-20220115021204-b19f7f9cb274
|
2021-12-03 23:57:46 +00:00
|
|
|
github.com/tonistiigi/go-actions-cache v0.0.0-20211202175116-9642704158ff
|
2022-01-30 03:00:49 +00:00
|
|
|
github.com/tonistiigi/go-archvariant v1.0.0
|
2019-01-29 00:35:20 +00:00
|
|
|
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea
|
2021-06-15 22:36:24 +00:00
|
|
|
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f
|
2021-09-07 22:57:02 +00:00
|
|
|
github.com/urfave/cli v1.22.4
|
2021-10-26 20:48:46 +00:00
|
|
|
go.etcd.io/bbolt v1.3.6
|
2022-02-15 06:18:29 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
|
2022-02-16 21:02:27 +00:00
|
|
|
go.opentelemetry.io/otel v1.4.1
|
|
|
|
go.opentelemetry.io/otel/exporters/jaeger v1.4.1
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1
|
|
|
|
go.opentelemetry.io/otel/sdk v1.4.1
|
|
|
|
go.opentelemetry.io/otel/trace v1.4.1
|
2022-02-15 06:18:29 +00:00
|
|
|
go.opentelemetry.io/proto/otlp v0.12.0
|
2021-12-03 08:09:16 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
|
2022-01-28 09:18:44 +00:00
|
|
|
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
|
2021-04-21 18:16:18 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2022-01-27 07:44:30 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
|
2021-09-07 22:57:02 +00:00
|
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
|
2022-01-28 09:18:44 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
|
2022-01-27 07:44:30 +00:00
|
|
|
google.golang.org/grpc v1.44.0
|
2021-08-25 16:35:30 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2022-01-28 09:18:44 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2022-02-14 20:59:22 +00:00
|
|
|
github.com/containerd/cgroups v1.0.3 // indirect
|
2021-08-25 16:35:30 +00:00
|
|
|
github.com/containerd/fifo v1.0.0 // indirect
|
2021-11-15 00:56:45 +00:00
|
|
|
github.com/containerd/ttrpc v1.1.0 // indirect
|
2021-10-26 20:48:46 +00:00
|
|
|
github.com/containernetworking/cni v1.0.1 // indirect
|
2021-08-25 16:35:30 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2021-10-02 21:54:36 +00:00
|
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
2021-08-25 16:35:30 +00:00
|
|
|
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
|
|
|
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
|
|
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
|
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
2022-01-28 09:18:44 +00:00
|
|
|
github.com/go-logr/logr v1.2.2 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2021-12-03 23:57:46 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.1.0 // indirect
|
2021-09-07 22:57:02 +00:00
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
2021-11-23 23:36:19 +00:00
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2021-08-25 16:35:30 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
2022-01-27 07:44:30 +00:00
|
|
|
github.com/hanwen/go-fuse/v2 v2.1.1-0.20220112183258-f57e95bda82d // indirect
|
2022-01-28 09:18:44 +00:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2021-11-30 05:33:35 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.1 // indirect
|
|
|
|
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
|
2022-02-16 14:45:04 +00:00
|
|
|
github.com/ishidawataru/sctp v0.0.0-20210226210310-f2269e66cdee // indirect
|
2021-08-25 16:35:30 +00:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
2022-02-16 14:45:04 +00:00
|
|
|
github.com/moby/sys/mount v0.3.0 // indirect
|
|
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
2021-08-25 16:35:30 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-02-22 06:34:17 +00:00
|
|
|
github.com/prometheus/client_golang v1.12.1 // indirect
|
2021-08-25 16:35:30 +00:00
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
2022-01-27 07:44:30 +00:00
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
2022-01-28 09:18:44 +00:00
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2021-08-25 16:35:30 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.0.1 // indirect
|
|
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
2021-09-07 22:57:02 +00:00
|
|
|
github.com/vbatts/tar-split v0.11.2 // indirect
|
2021-11-23 23:36:19 +00:00
|
|
|
go.opencensus.io v0.23.0 // indirect
|
2022-02-16 21:02:27 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1 // indirect
|
2022-02-15 06:18:29 +00:00
|
|
|
go.opentelemetry.io/otel/internal/metric v0.27.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v0.27.0 // indirect
|
2021-11-23 23:36:19 +00:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2021-10-26 20:48:46 +00:00
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2021-09-07 22:57:02 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
2021-08-17 03:00:00 +00:00
|
|
|
gotest.tools/v3 v3.0.3 // indirect
|
2019-01-29 00:35:20 +00:00
|
|
|
)
|
|
|
|
|
2022-02-25 12:44:51 +00:00
|
|
|
replace github.com/docker/docker => github.com/docker/docker v20.10.3-0.20220224222438-c78f6963a1c0+incompatible
|