44
55require (
66 github.com/AlecAivazis/survey/v2 v2.2.3
7+ github.com/Azure/azure-pipeline-go v0.2.2 // indirect
78 github.com/Azure/azure-sdk-for-go v48.2.0+incompatible
89 github.com/Azure/azure-storage-file-go v0.8.0
910 github.com/Azure/go-autorest/autorest v0.11.12
@@ -12,21 +13,22 @@ require (
1213 github.com/Azure/go-autorest/autorest/azure/cli v0.4.2
1314 github.com/Azure/go-autorest/autorest/date v0.3.0
1415 github.com/Azure/go-autorest/autorest/to v0.4.0
15- github.com/Microsoft/go-winio v0.4.15
16+ github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
17+ github.com/Microsoft/go-winio v0.4.17
1618 github.com/aws/aws-sdk-go v1.35.33
1719 github.com/awslabs/goformation/v4 v4.15.6
1820 github.com/buger/goterm v1.0.0
1921 github.com/cnabio/cnab-to-oci v0.3.1-beta1
2022 github.com/compose-spec/compose-go v0.0.0-20210505145624-6dcd3d18b38b
21- github.com/containerd/console v1.0.1
22- github.com/containerd/containerd v1.4.3
23- github.com/containerd/continuity v0.0.0-20200928162600-f2cc35102c2a // indirect
23+ github.com/containerd/console v1.0.2
24+ github.com/containerd/containerd v1.5.0
2425 github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e
25- github.com/docker/buildx v0.5.2-0.20210309210748-c9f02c32d495
26- github.com/docker/cli v20.10.3-0.20210127070556-d26bdfd4ea23 +incompatible
27- github.com/docker/docker v20.10.1 +incompatible
26+ github.com/docker/buildx v0.5.2-0.20210422185057-908a856079fc
27+ github.com/docker/cli v20.10.6 +incompatible
28+ github.com/docker/docker v20.10.5 +incompatible
2829 github.com/docker/go-connections v0.4.0
2930 github.com/docker/go-units v0.4.0
31+ github.com/fatih/color v1.9.0 // indirect
3032 github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
3133 github.com/gobwas/pool v0.2.0 // indirect
3234 github.com/gobwas/ws v1.0.4
@@ -37,40 +39,51 @@ require (
3739 github.com/hashicorp/go-uuid v1.0.2
3840 github.com/iancoleman/strcase v0.1.2
3941 github.com/joho/godotenv v1.3.0
42+ github.com/kr/pty v1.1.8 // indirect
4043 github.com/labstack/echo v3.3.10+incompatible
4144 github.com/labstack/gommon v0.3.0 // indirect
45+ github.com/mattn/go-colorable v0.1.6 // indirect
46+ github.com/mattn/go-ieproxy v0.0.1 // indirect
4247 github.com/mattn/go-isatty v0.0.12
4348 github.com/mattn/go-shellwords v1.0.11
44- github.com/moby/buildkit v0.8.1 -0.20201205083753-0af7b1b9c693
49+ github.com/moby/buildkit v0.8.2 -0.20210401015549-df49b648c8bf
4550 github.com/moby/term v0.0.0-20201110203204-bea5bbe245bf
4651 github.com/morikuni/aec v1.0.0
4752 github.com/opencontainers/go-digest v1.0.0
4853 github.com/opencontainers/image-spec v1.0.1
4954 github.com/pkg/errors v0.9.1
5055 github.com/prometheus/tsdb v0.10.0
56+ github.com/rogpeppe/go-internal v1.5.2 // indirect
5157 github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b
5258 github.com/sirupsen/logrus v1.8.1
53- github.com/spf13/cobra v1.1.1
59+ github.com/smartystreets/assertions v1.0.0 // indirect
60+ github.com/spf13/cobra v1.1.3
61+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
5462 github.com/spf13/pflag v1.0.5
55- github.com/stretchr/testify v1.6.1
63+ github.com/stretchr/testify v1.7.0
5664 github.com/valyala/fasttemplate v1.2.1 // indirect
5765 golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
5866 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
5967 golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54
60- google.golang.org/grpc v1.33.2
68+ google.golang.org/grpc v1.35.0
6169 google.golang.org/protobuf v1.25.0
6270 gopkg.in/ini.v1 v1.62.0
6371 gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
6472 gotest.tools v2.2.0+incompatible
6573 gotest.tools/v3 v3.0.3
6674 helm.sh/helm/v3 v3.5.0
67- k8s.io/api v0.20.1
68- k8s.io/apimachinery v0.20.1
69- k8s.io/cli-runtime v0.20.1
70- k8s.io/client-go v0.20.1
75+ k8s.io/api v0.20.6
76+ k8s.io/apimachinery v0.20.6
77+ k8s.io/cli-runtime v0.20.6
78+ k8s.io/client-go v0.20.6
7179 rsc.io/letsencrypt v0.0.3 // indirect
7280 sigs.k8s.io/kustomize/kyaml v0.10.5
7381)
7482
7583// (for buildx)
7684replace github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
85+
86+ // helm uses deislabs/oras which uses containerd 1.4, while buildx relies on containerd 1.5
87+ // with incompatible signature changes. This fork adopt oras-project/oras-go which is up-to-date on containerd 1.5
88+ // see https://github.com/helm/helm/pull/9675
89+ replace helm.sh/helm/v3 => github.com/ndeloof/helm/v3 v3.1.0-rc.1.0.20210507084602-d0ceda767d95
0 commit comments