2020-08-21 17:24:53 +02:00
|
|
|
module github.com/docker/compose-cli
|
2020-04-21 14:13:48 +02:00
|
|
|
|
2021-02-17 17:51:14 +01:00
|
|
|
go 1.16
|
2020-07-30 23:31:19 +02:00
|
|
|
|
2020-04-21 14:13:48 +02:00
|
|
|
require (
|
2020-11-23 15:03:03 +01:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.2.3
|
2021-05-06 15:42:08 +02:00
|
|
|
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
|
2020-11-23 22:15:15 +01:00
|
|
|
github.com/Azure/azure-sdk-for-go v48.2.0+incompatible
|
2020-07-01 23:27:44 +02:00
|
|
|
github.com/Azure/azure-storage-file-go v0.8.0
|
2020-11-23 15:03:03 +01:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.12
|
2020-10-27 14:09:28 +01:00
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.5
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.3
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.2
|
2020-06-23 23:25:28 +02:00
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0
|
2020-06-26 10:42:59 +02:00
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0
|
2021-05-06 15:42:08 +02:00
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
|
|
|
github.com/Microsoft/go-winio v0.4.17
|
2020-11-23 15:03:03 +01:00
|
|
|
github.com/aws/aws-sdk-go v1.35.33
|
|
|
|
github.com/awslabs/goformation/v4 v4.15.6
|
2021-04-01 14:55:55 +02:00
|
|
|
github.com/buger/goterm v1.0.0
|
2021-01-11 12:17:42 +01:00
|
|
|
github.com/cnabio/cnab-to-oci v0.3.1-beta1
|
2021-06-10 16:40:36 +02:00
|
|
|
github.com/compose-spec/compose-go v0.0.0-20210610143533-983aab8020f7
|
2021-05-06 15:42:08 +02:00
|
|
|
github.com/containerd/console v1.0.2
|
|
|
|
github.com/containerd/containerd v1.5.0
|
2021-03-22 08:56:46 +01:00
|
|
|
github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e
|
2021-05-06 15:42:08 +02:00
|
|
|
github.com/docker/buildx v0.5.2-0.20210422185057-908a856079fc
|
2021-06-07 12:28:23 +02:00
|
|
|
github.com/docker/cli v20.10.7+incompatible
|
|
|
|
github.com/docker/docker v20.10.7+incompatible
|
2020-05-14 12:17:06 +02:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2020-06-24 09:59:53 +02:00
|
|
|
github.com/docker/go-units v0.4.0
|
2021-05-06 15:42:08 +02:00
|
|
|
github.com/fatih/color v1.9.0 // indirect
|
2020-05-01 15:28:44 +02:00
|
|
|
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
|
|
|
|
github.com/gobwas/pool v0.2.0 // indirect
|
2020-09-23 17:18:07 +02:00
|
|
|
github.com/gobwas/ws v1.0.4
|
2020-10-12 16:21:48 +02:00
|
|
|
github.com/golang/mock v1.4.4
|
2020-10-27 14:09:28 +01:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2021-03-22 08:56:46 +01:00
|
|
|
github.com/google/go-cmp v0.5.5
|
2020-05-11 17:57:34 +02:00
|
|
|
github.com/hashicorp/go-multierror v1.1.0
|
2020-11-23 15:03:03 +01:00
|
|
|
github.com/hashicorp/go-uuid v1.0.2
|
2020-11-02 13:07:07 +01:00
|
|
|
github.com/iancoleman/strcase v0.1.2
|
2020-08-17 17:48:52 +02:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2021-05-06 15:42:08 +02:00
|
|
|
github.com/kr/pty v1.1.8 // indirect
|
2020-10-01 12:21:25 +02:00
|
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
2021-05-06 15:42:08 +02:00
|
|
|
github.com/mattn/go-colorable v0.1.6 // indirect
|
|
|
|
github.com/mattn/go-ieproxy v0.0.1 // indirect
|
2021-03-08 10:22:24 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2021-06-07 14:47:28 +02:00
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
2021-05-06 15:42:08 +02:00
|
|
|
github.com/moby/buildkit v0.8.2-0.20210401015549-df49b648c8bf
|
2021-06-10 14:53:38 +02:00
|
|
|
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297
|
2020-06-16 09:42:07 +02:00
|
|
|
github.com/morikuni/aec v1.0.0
|
2020-06-06 23:23:14 +02:00
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
2020-11-30 11:44:13 +01:00
|
|
|
github.com/opencontainers/image-spec v1.0.1
|
2020-04-21 14:13:48 +02:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-10-27 14:09:28 +01:00
|
|
|
github.com/prometheus/tsdb v0.10.0
|
2021-05-06 15:42:08 +02:00
|
|
|
github.com/rogpeppe/go-internal v1.5.2 // indirect
|
2020-08-25 10:30:51 +02:00
|
|
|
github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b
|
2021-03-22 08:56:46 +01:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-05-06 15:42:08 +02:00
|
|
|
github.com/smartystreets/assertions v1.0.0 // indirect
|
|
|
|
github.com/spf13/cobra v1.1.3
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
2020-04-24 18:04:32 +02:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2021-05-06 15:42:08 +02:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2020-10-01 12:21:25 +02:00
|
|
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
2020-11-23 15:03:03 +01:00
|
|
|
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
|
2021-03-22 08:56:46 +01:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-04-07 14:06:42 +02:00
|
|
|
golang.org/x/sys v0.0.0-20210331175145-43e1dd70ce54
|
2021-05-06 15:42:08 +02:00
|
|
|
google.golang.org/grpc v1.35.0
|
2020-06-26 10:58:31 +02:00
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-10-27 14:09:28 +01:00
|
|
|
gopkg.in/ini.v1 v1.62.0
|
2021-01-19 11:49:50 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
|
2020-09-28 17:08:27 +02:00
|
|
|
gotest.tools v2.2.0+incompatible
|
2020-10-27 14:09:28 +01:00
|
|
|
gotest.tools/v3 v3.0.3
|
2021-01-19 11:49:50 +01:00
|
|
|
helm.sh/helm/v3 v3.5.0
|
2021-05-06 15:42:08 +02:00
|
|
|
k8s.io/api v0.20.6
|
|
|
|
k8s.io/apimachinery v0.20.6
|
|
|
|
k8s.io/cli-runtime v0.20.6
|
|
|
|
k8s.io/client-go v0.20.6
|
2021-02-18 18:24:52 +01:00
|
|
|
rsc.io/letsencrypt v0.0.3 // indirect
|
2021-01-08 16:05:17 +01:00
|
|
|
sigs.k8s.io/kustomize/kyaml v0.10.5
|
2020-04-21 14:13:48 +02:00
|
|
|
)
|
2020-12-04 16:26:45 +01:00
|
|
|
|
2021-02-18 18:24:52 +01:00
|
|
|
// (for buildx)
|
|
|
|
replace github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
|
2021-05-06 15:42:08 +02:00
|
|
|
|
|
|
|
// helm uses deislabs/oras which uses containerd 1.4, while buildx relies on containerd 1.5
|
|
|
|
// with incompatible signature changes. This fork adopt oras-project/oras-go which is up-to-date on containerd 1.5
|
|
|
|
// see https://github.com/helm/helm/pull/9675
|
|
|
|
replace helm.sh/helm/v3 => github.com/ndeloof/helm/v3 v3.1.0-rc.1.0.20210507084602-d0ceda767d95
|