2019-04-25 10:29:56 +08:00
|
|
|
module github.com/docker/buildx
|
2019-03-23 04:31:59 +08:00
|
|
|
|
2024-10-03 04:51:59 +08:00
|
|
|
go 1.22.0
|
2020-10-31 20:12:42 +08:00
|
|
|
|
2019-03-23 04:31:59 +08:00
|
|
|
require (
|
2023-06-06 22:55:59 +08:00
|
|
|
github.com/Masterminds/semver/v3 v3.2.1
|
2024-06-01 05:11:33 +08:00
|
|
|
github.com/Microsoft/go-winio v0.6.2
|
2024-02-06 01:08:03 +08:00
|
|
|
github.com/aws/aws-sdk-go-v2/config v1.26.6
|
2024-11-06 01:29:03 +08:00
|
|
|
github.com/compose-spec/compose-go/v2 v2.4.2
|
2024-02-06 01:24:02 +08:00
|
|
|
github.com/containerd/console v1.0.4
|
2024-10-03 04:51:59 +08:00
|
|
|
github.com/containerd/containerd v1.7.22
|
2024-10-29 05:56:43 +08:00
|
|
|
github.com/containerd/continuity v0.4.4
|
2024-06-12 07:07:51 +08:00
|
|
|
github.com/containerd/errdefs v0.1.0
|
2023-10-23 21:34:59 +08:00
|
|
|
github.com/containerd/log v0.1.0
|
2024-07-03 13:15:15 +08:00
|
|
|
github.com/containerd/platforms v0.2.1
|
2024-09-04 22:58:37 +08:00
|
|
|
github.com/containerd/typeurl/v2 v2.2.0
|
2024-06-08 23:47:33 +08:00
|
|
|
github.com/creack/pty v1.1.21
|
2024-06-12 00:56:59 +08:00
|
|
|
github.com/distribution/reference v0.6.0
|
2024-10-03 04:51:59 +08:00
|
|
|
github.com/docker/cli v27.3.1+incompatible
|
2024-07-03 17:45:42 +08:00
|
|
|
github.com/docker/cli-docs-tool v0.8.0
|
2024-10-03 04:51:59 +08:00
|
|
|
github.com/docker/docker v27.3.1+incompatible
|
2022-11-01 23:12:56 +08:00
|
|
|
github.com/docker/go-units v0.5.0
|
2024-07-25 21:57:49 +08:00
|
|
|
github.com/gofrs/flock v0.12.1
|
2020-12-08 14:01:24 +08:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2024-02-24 23:52:21 +08:00
|
|
|
github.com/google/uuid v1.6.0
|
2023-10-19 20:50:44 +08:00
|
|
|
github.com/hashicorp/go-cty-funcs v0.0.0-20230405223818-a090f58aa992
|
2024-04-09 15:38:29 +08:00
|
|
|
github.com/hashicorp/hcl/v2 v2.20.1
|
2024-03-02 04:13:08 +08:00
|
|
|
github.com/in-toto/in-toto-golang v0.5.0
|
2024-06-24 22:38:09 +08:00
|
|
|
github.com/mitchellh/hashstructure/v2 v2.0.2
|
2024-10-31 03:04:42 +08:00
|
|
|
github.com/moby/buildkit v0.17.0
|
2024-09-04 22:58:37 +08:00
|
|
|
github.com/moby/sys/mountinfo v0.7.2
|
|
|
|
github.com/moby/sys/signal v0.7.1
|
2021-12-19 14:08:43 +08:00
|
|
|
github.com/morikuni/aec v1.0.0
|
2020-06-25 13:20:05 +08:00
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
2024-06-01 05:11:33 +08:00
|
|
|
github.com/opencontainers/image-spec v1.1.0
|
2022-11-22 22:39:36 +08:00
|
|
|
github.com/pelletier/go-toml v1.9.5
|
2020-03-03 23:46:38 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2024-10-09 02:35:06 +08:00
|
|
|
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
|
2024-02-24 23:56:59 +08:00
|
|
|
github.com/serialx/hashring v0.0.0-20200727003509-22c0c7ab6b1b
|
2023-07-25 14:59:00 +08:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2024-06-20 18:57:33 +08:00
|
|
|
github.com/spf13/cobra v1.8.1
|
2020-03-03 23:46:38 +08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2024-06-20 18:56:22 +08:00
|
|
|
github.com/stretchr/testify v1.9.0
|
2024-11-06 19:02:13 +08:00
|
|
|
github.com/tonistiigi/fsutil v0.0.0-20241104203517-8d32dbdd27d3
|
2024-07-11 04:08:57 +08:00
|
|
|
github.com/tonistiigi/go-csvvalue v0.0.0-20240710180619-ddb21b71c0b4
|
2024-04-09 15:41:03 +08:00
|
|
|
github.com/zclconf/go-cty v1.14.4
|
2024-02-24 21:38:34 +08:00
|
|
|
go.opentelemetry.io/otel v1.21.0
|
|
|
|
go.opentelemetry.io/otel/metric v1.21.0
|
2024-06-01 05:11:33 +08:00
|
|
|
go.opentelemetry.io/otel/sdk v1.21.0
|
2024-02-24 21:38:34 +08:00
|
|
|
go.opentelemetry.io/otel/trace v1.21.0
|
2024-10-03 04:51:59 +08:00
|
|
|
golang.org/x/mod v0.21.0
|
|
|
|
golang.org/x/sync v0.8.0
|
2024-10-29 05:56:43 +08:00
|
|
|
golang.org/x/sys v0.26.0
|
2024-10-03 04:51:59 +08:00
|
|
|
golang.org/x/term v0.24.0
|
|
|
|
golang.org/x/text v0.18.0
|
|
|
|
google.golang.org/grpc v1.66.2
|
|
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
|
2024-10-29 05:56:43 +08:00
|
|
|
google.golang.org/protobuf v1.35.1
|
2022-06-15 05:20:35 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2024-02-24 23:41:41 +08:00
|
|
|
k8s.io/api v0.29.2
|
|
|
|
k8s.io/apimachinery v0.29.2
|
|
|
|
k8s.io/client-go v0.29.2
|
2019-03-23 04:31:59 +08:00
|
|
|
)
|
2019-04-07 04:19:36 +08:00
|
|
|
|
2022-04-08 23:36:52 +08:00
|
|
|
require (
|
2023-10-23 21:34:59 +08:00
|
|
|
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
2023-09-07 19:13:54 +08:00
|
|
|
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
|
|
github.com/apparentlymart/go-cidr v1.0.1 // indirect
|
2023-10-19 20:49:10 +08:00
|
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
2024-02-06 01:08:03 +08:00
|
|
|
github.com/aws/aws-sdk-go-v2 v1.24.1 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.16.16 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 // indirect
|
|
|
|
github.com/aws/smithy-go v1.19.0 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2023-11-15 22:48:18 +08:00
|
|
|
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
|
2024-10-03 04:51:59 +08:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2024-07-03 13:15:15 +08:00
|
|
|
github.com/containerd/containerd/api v1.7.19 // indirect
|
2024-06-26 04:59:01 +08:00
|
|
|
github.com/containerd/ttrpc v1.2.5 // indirect
|
2024-10-29 05:56:43 +08:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2024-07-12 08:23:12 +08:00
|
|
|
github.com/docker/distribution v2.8.3+incompatible // indirect
|
2024-06-18 05:58:24 +08:00
|
|
|
github.com/docker/docker-credential-helpers v0.8.2 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
|
2024-01-06 01:29:16 +08:00
|
|
|
github.com/docker/go-connections v0.5.0 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
2024-02-24 23:41:41 +08:00
|
|
|
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
|
2024-01-05 06:18:55 +08:00
|
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/fvbommel/sortorder v1.0.1 // indirect
|
2024-07-04 02:39:35 +08:00
|
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2024-02-24 23:41:41 +08:00
|
|
|
github.com/go-openapi/jsonpointer v0.19.6 // indirect
|
|
|
|
github.com/go-openapi/jsonreference v0.20.2 // indirect
|
|
|
|
github.com/go-openapi/swag v0.22.3 // indirect
|
2024-06-06 18:44:51 +08:00
|
|
|
github.com/go-viper/mapstructure/v2 v2.0.0 // indirect
|
2024-10-03 04:51:59 +08:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
2024-02-24 23:41:41 +08:00
|
|
|
github.com/google/gnostic-models v0.6.8 // indirect
|
2024-01-18 17:01:13 +08:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2024-07-15 18:46:33 +08:00
|
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
2024-02-24 23:41:41 +08:00
|
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
2023-11-29 23:40:13 +08:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
|
2024-06-01 05:11:33 +08:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2023-09-07 19:13:54 +08:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
2024-06-01 05:11:33 +08:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
2023-07-27 16:35:12 +08:00
|
|
|
github.com/imdario/mergo v0.3.16 // indirect
|
2023-05-17 02:16:39 +08:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2023-03-15 01:20:37 +08:00
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2024-10-29 05:56:43 +08:00
|
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
2024-02-24 23:41:41 +08:00
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
2023-11-12 09:22:17 +08:00
|
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/mattn/go-shellwords v1.0.12 // indirect
|
2022-11-30 18:01:31 +08:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
|
|
|
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
|
2022-06-09 04:53:15 +08:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2024-02-21 18:54:00 +08:00
|
|
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/moby/locker v1.0.1 // indirect
|
2023-09-07 19:13:54 +08:00
|
|
|
github.com/moby/patternmatcher v0.6.0 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
2024-10-03 04:51:59 +08:00
|
|
|
github.com/moby/sys/sequential v0.6.0 // indirect
|
2024-07-31 22:47:50 +08:00
|
|
|
github.com/moby/sys/user v0.3.0 // indirect
|
2024-09-04 22:58:37 +08:00
|
|
|
github.com/moby/sys/userns v0.1.0 // indirect
|
2023-05-17 02:06:36 +08:00
|
|
|
github.com/moby/term v0.5.0 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2023-03-15 01:20:37 +08:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2024-02-24 23:41:41 +08:00
|
|
|
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-02-21 18:54:00 +08:00
|
|
|
github.com/prometheus/client_golang v1.17.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
|
|
github.com/prometheus/common v0.44.0 // indirect
|
2024-07-04 02:39:35 +08:00
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
2023-11-12 09:22:17 +08:00
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2024-07-03 17:45:42 +08:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2023-05-16 01:32:31 +08:00
|
|
|
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
|
|
|
|
github.com/shibumi/go-pathspec v1.3.0 // indirect
|
2023-09-04 21:34:59 +08:00
|
|
|
github.com/theupdateframework/notary v0.7.0 // indirect
|
2024-10-18 19:28:45 +08:00
|
|
|
github.com/tonistiigi/dchapes-mode v0.0.0-20241001053921-ca0759fec205 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
|
2024-06-01 05:11:33 +08:00
|
|
|
github.com/tonistiigi/vt100 v0.0.0-20240514184818-90bafcd6abab // indirect
|
2023-07-17 16:38:24 +08:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
2024-02-24 21:38:34 +08:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.46.1 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 // indirect
|
2024-07-31 22:47:50 +08:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.44.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.44.0 // indirect
|
2024-02-24 21:38:34 +08:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.21.0 // indirect
|
2024-04-09 16:01:07 +08:00
|
|
|
go.opentelemetry.io/otel/sdk/metric v1.21.0 // indirect
|
2023-11-29 23:40:13 +08:00
|
|
|
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
|
2024-10-03 04:51:59 +08:00
|
|
|
golang.org/x/crypto v0.27.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
|
|
|
|
golang.org/x/net v0.29.0 // indirect
|
|
|
|
golang.org/x/oauth2 v0.21.0 // indirect
|
|
|
|
golang.org/x/time v0.6.0 // indirect
|
|
|
|
golang.org/x/tools v0.25.0 // indirect
|
2024-09-10 07:29:01 +08:00
|
|
|
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
|
2024-10-03 04:51:59 +08:00
|
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240604185151-ef581f913117 // indirect
|
|
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240604185151-ef581f913117 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2024-02-24 23:41:41 +08:00
|
|
|
k8s.io/klog/v2 v2.110.1 // indirect
|
|
|
|
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
|
|
|
|
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
|
|
|
|
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
|
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
|
2023-02-11 01:19:57 +08:00
|
|
|
sigs.k8s.io/yaml v1.3.0 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
)
|