2019-04-25 10:29:56 +08:00
|
|
|
module github.com/docker/buildx
|
2019-03-23 04:31:59 +08:00
|
|
|
|
2022-04-08 23:36:52 +08:00
|
|
|
go 1.17
|
2020-10-31 20:12:42 +08:00
|
|
|
|
2019-03-23 04:31:59 +08:00
|
|
|
require (
|
2022-08-30 23:00:10 +08:00
|
|
|
github.com/aws/aws-sdk-go-v2/config v1.15.5
|
2022-11-01 23:12:56 +08:00
|
|
|
github.com/compose-spec/compose-go v1.6.0
|
2021-09-28 03:54:35 +08:00
|
|
|
github.com/containerd/console v1.0.3
|
2023-01-06 19:22:18 +08:00
|
|
|
github.com/containerd/containerd v1.6.14
|
|
|
|
github.com/docker/cli v23.0.0-rc.1+incompatible
|
2023-01-07 21:59:19 +08:00
|
|
|
github.com/docker/cli-docs-tool v0.5.1
|
2022-03-17 18:31:59 +08:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible
|
2023-01-06 19:22:18 +08:00
|
|
|
github.com/docker/docker v23.0.0-rc.1+incompatible
|
2022-11-01 23:12:56 +08:00
|
|
|
github.com/docker/go-units v0.5.0
|
2022-12-06 00:01:03 +08:00
|
|
|
github.com/gofrs/flock v0.8.1
|
2020-12-08 14:01:24 +08:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2020-12-23 19:33:55 +08:00
|
|
|
github.com/hashicorp/go-cty-funcs v0.0.0-20200930094925-2721b1e36840
|
2021-02-09 02:18:00 +08:00
|
|
|
github.com/hashicorp/hcl/v2 v2.8.2
|
2023-01-19 03:56:54 +08:00
|
|
|
github.com/moby/buildkit v0.11.1
|
2022-12-16 04:16:37 +08:00
|
|
|
github.com/moby/sys/mountinfo v0.6.2
|
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
|
2022-11-22 22:39:36 +08:00
|
|
|
github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
|
|
|
|
github.com/pelletier/go-toml v1.9.5
|
2020-03-03 23:46:38 +08:00
|
|
|
github.com/pkg/errors v0.9.1
|
2019-10-21 14:02:37 +08:00
|
|
|
github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002
|
2022-08-01 20:12:33 +08:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2022-11-07 02:03:52 +08:00
|
|
|
github.com/spf13/cobra v1.6.1
|
2020-03-03 23:46:38 +08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-11-22 22:39:36 +08:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2022-01-13 21:32:10 +08:00
|
|
|
github.com/zclconf/go-cty v1.10.0
|
2022-02-24 04:15:16 +08:00
|
|
|
go.opentelemetry.io/otel v1.4.1
|
|
|
|
go.opentelemetry.io/otel/trace v1.4.1
|
2022-11-22 22:39:36 +08:00
|
|
|
golang.org/x/sync v0.1.0
|
2022-12-13 19:03:53 +08:00
|
|
|
golang.org/x/term v0.3.0
|
2022-11-22 22:39:36 +08:00
|
|
|
google.golang.org/grpc v1.50.1
|
2022-06-15 05:20:35 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2022-06-19 18:30:24 +08:00
|
|
|
k8s.io/api v0.23.5
|
|
|
|
k8s.io/apimachinery v0.23.5
|
|
|
|
k8s.io/client-go v0.23.5
|
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 (
|
2022-11-22 22:39:36 +08:00
|
|
|
cloud.google.com/go/compute v1.12.1 // indirect
|
|
|
|
cloud.google.com/go/compute/metadata v0.2.1 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
2022-07-31 20:12:33 +08:00
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest v0.11.24 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
2022-05-17 23:11:41 +08:00
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
|
|
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
|
|
|
|
github.com/apparentlymart/go-cidr v1.0.1 // indirect
|
|
|
|
github.com/apparentlymart/go-textseg/v12 v12.0.0 // indirect
|
|
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
2022-08-30 23:00:10 +08:00
|
|
|
github.com/aws/aws-sdk-go-v2 v1.16.3 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.12.0 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.10 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.11.4 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.16.4 // indirect
|
|
|
|
github.com/aws/smithy-go v1.11.2 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/bugsnag/bugsnag-go v1.4.1 // indirect
|
|
|
|
github.com/bugsnag/panicwrap v1.2.0 // indirect
|
|
|
|
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
|
|
|
|
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
github.com/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e // indirect
|
2022-05-17 23:11:41 +08:00
|
|
|
github.com/containerd/continuity v0.3.0 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/containerd/ttrpc v1.1.0 // indirect
|
|
|
|
github.com/containerd/typeurl v1.0.2 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-08-01 20:12:33 +08:00
|
|
|
github.com/distribution/distribution/v3 v3.0.0-20220725133111-4bf3547399eb // indirect
|
2022-12-06 00:01:03 +08:00
|
|
|
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
|
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
|
|
|
github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 // indirect
|
|
|
|
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
|
|
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
|
|
|
github.com/fvbommel/sortorder v1.0.1 // indirect
|
2022-11-22 22:39:36 +08:00
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2022-08-01 20:12:33 +08:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/gogo/googleapis v1.4.1 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2022-11-22 22:39:36 +08:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/google/certificate-transparency-go v1.0.21 // indirect
|
2022-11-22 22:39:36 +08:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
|
|
github.com/googleapis/gnostic v0.5.5 // indirect
|
|
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
|
|
|
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
2022-06-09 04:53:15 +08:00
|
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
2022-11-07 02:03:52 +08:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/jinzhu/gorm v1.9.2 // indirect
|
|
|
|
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
|
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
2022-11-22 22:39:36 +08:00
|
|
|
github.com/klauspost/compress v1.15.12 // indirect
|
2022-06-19 18:30:24 +08:00
|
|
|
github.com/kr/pretty v0.3.0 // 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
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/moby/locker v1.0.1 // indirect
|
2022-11-22 22:39:36 +08:00
|
|
|
github.com/moby/patternmatcher v0.5.0 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
2022-11-22 22:39:36 +08:00
|
|
|
github.com/moby/sys/sequential v0.5.0 // indirect
|
|
|
|
github.com/moby/sys/signal v0.7.0 // indirect
|
2022-12-06 00:01:03 +08:00
|
|
|
github.com/moby/term v0.0.0-20221120202655-abb19827d345 // 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
|
2022-07-06 16:47:29 +08:00
|
|
|
github.com/opencontainers/runc v1.1.3 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-11-22 22:39:36 +08:00
|
|
|
github.com/prometheus/client_golang v1.14.0 // indirect
|
|
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2022-06-19 18:30:24 +08:00
|
|
|
github.com/rogpeppe/go-internal v1.8.1 // indirect
|
2022-11-22 22:39:36 +08:00
|
|
|
github.com/spf13/viper v1.14.0 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/theupdateframework/notary v0.6.1 // indirect
|
2023-01-06 19:22:18 +08:00
|
|
|
github.com/tonistiigi/fsutil v0.0.0-20230105215944-fb433841cbfa // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
|
|
|
|
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f // indirect
|
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
|
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1 // indirect
|
|
|
|
go.opentelemetry.io/otel/internal/metric v0.27.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v0.27.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.4.1 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v0.12.0 // indirect
|
2022-11-22 22:39:36 +08:00
|
|
|
golang.org/x/crypto v0.2.0 // indirect
|
2022-12-13 19:03:53 +08:00
|
|
|
golang.org/x/net v0.4.0 // indirect
|
2022-11-22 22:39:36 +08:00
|
|
|
golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783 // indirect
|
2022-12-13 19:03:53 +08:00
|
|
|
golang.org/x/sys v0.3.0 // indirect
|
|
|
|
golang.org/x/text v0.5.0 // indirect
|
2022-12-06 00:01:03 +08:00
|
|
|
golang.org/x/time v0.1.0 // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-11-22 22:39:36 +08:00
|
|
|
google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e // indirect
|
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2022-06-19 18:30:24 +08:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2022-04-08 23:36:52 +08:00
|
|
|
gopkg.in/dancannon/gorethink.v3 v3.0.5 // indirect
|
|
|
|
gopkg.in/fatih/pool.v2 v2.0.0 // indirect
|
|
|
|
gopkg.in/gorethink/gorethink.v3 v3.0.5 // indirect
|
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
k8s.io/klog/v2 v2.30.0 // indirect
|
|
|
|
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b // indirect
|
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.1.2 // indirect
|
|
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
|
|
)
|
|
|
|
|
2020-10-31 20:12:42 +08:00
|
|
|
replace (
|
2022-02-10 04:53:27 +08:00
|
|
|
k8s.io/api => k8s.io/api v0.22.4
|
|
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.22.4
|
|
|
|
k8s.io/client-go => k8s.io/client-go v0.22.4
|
2020-10-31 20:12:42 +08:00
|
|
|
)
|