2019-04-25 10:29:56 +08:00
|
|
|
module github.com/docker/buildx
|
2019-03-23 04:31:59 +08:00
|
|
|
|
2021-07-21 10:39:58 +08:00
|
|
|
go 1.16
|
2020-10-31 20:12:42 +08:00
|
|
|
|
2019-03-23 04:31:59 +08:00
|
|
|
require (
|
|
|
|
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // 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/cloudflare/cfssl v0.0.0-20181213083726-b94e044bb51e // indirect
|
2022-03-30 03:24:16 +08:00
|
|
|
github.com/compose-spec/compose-go v1.2.1
|
2021-09-28 03:54:35 +08:00
|
|
|
github.com/containerd/console v1.0.3
|
2022-03-09 02:53:06 +08:00
|
|
|
github.com/containerd/containerd v1.6.1
|
2022-02-10 04:53:27 +08:00
|
|
|
github.com/docker/cli v20.10.12+incompatible
|
2022-02-25 22:41:12 +08:00
|
|
|
github.com/docker/cli-docs-tool v0.4.0
|
2022-03-17 18:31:59 +08:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible
|
2021-06-16 12:02:39 +08:00
|
|
|
github.com/docker/docker v20.10.7+incompatible
|
2019-03-23 04:31:59 +08:00
|
|
|
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
|
2021-10-15 22:03:44 +08:00
|
|
|
github.com/docker/go-units v0.4.0
|
2019-03-23 04:31:59 +08:00
|
|
|
github.com/docker/libtrust v0.0.0-20150526203908-9cbd2a1374f4 // indirect
|
2019-10-21 14:02:37 +08:00
|
|
|
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect
|
2020-06-25 13:20:05 +08:00
|
|
|
github.com/fvbommel/sortorder v1.0.1 // indirect
|
|
|
|
github.com/gofrs/flock v0.7.3
|
2020-12-23 19:33:55 +08:00
|
|
|
github.com/gofrs/uuid v3.3.0+incompatible // indirect
|
2019-03-23 04:31:59 +08:00
|
|
|
github.com/google/certificate-transparency-go v1.0.21 // indirect
|
2020-12-08 14:01:24 +08:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
2019-03-23 04:31:59 +08:00
|
|
|
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
|
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
|
2019-03-23 04:31:59 +08:00
|
|
|
github.com/jinzhu/gorm v1.9.2 // indirect
|
|
|
|
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
|
|
|
|
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
|
2022-03-10 08:52:51 +08:00
|
|
|
github.com/moby/buildkit v0.10.0
|
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-02-10 04:53:27 +08:00
|
|
|
github.com/opencontainers/image-spec v1.0.2-0.20211117181255-693428a734f5
|
2021-10-29 04:29:55 +08:00
|
|
|
github.com/pelletier/go-toml v1.9.4
|
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
|
2021-07-12 17:20:43 +08:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-08-26 01:09:42 +08:00
|
|
|
github.com/spf13/cobra v1.2.1
|
2020-03-03 23:46:38 +08:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-03-23 06:23:46 +08:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2019-03-23 04:31:59 +08:00
|
|
|
github.com/theupdateframework/notary v0.6.1 // indirect
|
2022-03-16 08:09:12 +08:00
|
|
|
github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3 // indirect
|
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
|
2021-07-12 17:20:43 +08:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2022-02-10 04:53:27 +08:00
|
|
|
google.golang.org/grpc v1.44.0
|
2019-03-23 04:31:59 +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
|
2022-02-24 04:15:16 +08:00
|
|
|
k8s.io/api v0.23.4
|
|
|
|
k8s.io/apimachinery v0.23.4
|
|
|
|
k8s.io/client-go v0.23.4
|
2019-03-23 04:31:59 +08:00
|
|
|
)
|
2019-04-07 04:19:36 +08:00
|
|
|
|
2020-10-31 20:12:42 +08:00
|
|
|
replace (
|
2022-02-27 07:35:39 +08:00
|
|
|
github.com/docker/cli => github.com/docker/cli v20.10.3-0.20220226190722-8667ccd1124c+incompatible
|
2022-02-16 02:12:00 +08:00
|
|
|
github.com/docker/docker => github.com/docker/docker v20.10.3-0.20220121014307-40bb9831756f+incompatible
|
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
|
|
|
)
|