2020-08-21 18:24:53 +03:00
|
|
|
module github.com/docker/compose-cli
|
2020-04-21 15:13:48 +03:00
|
|
|
|
2020-08-12 11:36:09 +03:00
|
|
|
go 1.15
|
2020-07-31 00:31:19 +03:00
|
|
|
|
2020-07-20 11:48:05 +03:00
|
|
|
// the distribution version from ecs plugin is quite old and it breaks containerd
|
|
|
|
// we need to create a new release tag for docker/distribution
|
2020-07-16 17:32:37 +03:00
|
|
|
replace github.com/docker/distribution => github.com/docker/distribution v0.0.0-20200708230824-53e18a9d9bfe
|
|
|
|
|
2020-11-25 14:17:33 +03:00
|
|
|
// (for buildx)
|
|
|
|
replace github.com/containerd/containerd => github.com/containerd/containerd v1.3.1-0.20200227195959-4d242818bf55
|
|
|
|
|
2020-11-30 13:44:13 +03:00
|
|
|
replace github.com/docker/docker => github.com/docker/docker v17.12.0-ce-rc1.0.20200730172259-9f28837c1d93+incompatible
|
2020-11-25 14:17:33 +03:00
|
|
|
|
|
|
|
replace github.com/jaguilar/vt100 => github.com/tonistiigi/vt100 v0.0.0-20190402012908-ad4c4a574305
|
|
|
|
|
2020-11-17 14:50:33 +03:00
|
|
|
// unix.SYS_IOCTL has been removed from golang/sys but still in use by docker/docker until 20.x
|
|
|
|
replace golang.org/x/sys => golang.org/x/sys v0.0.0-20200826173525-f9321e4c35a6
|
|
|
|
|
2020-04-21 15:13:48 +03:00
|
|
|
require (
|
2020-11-23 17:03:03 +03:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.2.3
|
2020-11-24 00:15:15 +03:00
|
|
|
github.com/Azure/azure-sdk-for-go v48.2.0+incompatible
|
2020-07-02 00:27:44 +03:00
|
|
|
github.com/Azure/azure-storage-file-go v0.8.0
|
2020-11-23 17:03:03 +03:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.12
|
2020-10-27 16:09:28 +03: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-24 00:25:28 +03:00
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0
|
2020-06-26 11:42:59 +03:00
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0
|
2020-04-29 20:57:53 +03:00
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
|
2020-11-23 17:03:03 +03:00
|
|
|
github.com/Microsoft/go-winio v0.4.15
|
2020-11-17 14:50:33 +03:00
|
|
|
github.com/Microsoft/hcsshim v0.8.10 // indirect
|
2020-11-23 17:03:03 +03:00
|
|
|
github.com/aws/aws-sdk-go v1.35.33
|
|
|
|
github.com/awslabs/goformation/v4 v4.15.6
|
2020-05-01 16:28:44 +03:00
|
|
|
github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129
|
2020-12-10 12:22:18 +03:00
|
|
|
github.com/compose-spec/compose-go v0.0.0-20201210155915-b5ef325e9175
|
2020-11-23 17:03:03 +03:00
|
|
|
github.com/containerd/console v1.0.1
|
2020-11-30 13:44:13 +03:00
|
|
|
github.com/containerd/containerd v1.4.0-0
|
2020-11-17 14:50:33 +03:00
|
|
|
github.com/containerd/continuity v0.0.0-20200928162600-f2cc35102c2a // indirect
|
2020-11-25 14:17:33 +03:00
|
|
|
github.com/docker/buildx v0.4.2
|
2020-06-02 16:29:16 +03:00
|
|
|
github.com/docker/cli v0.0.0-20200528204125-dd360c7c0de8
|
2020-12-01 13:34:48 +03:00
|
|
|
github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible
|
2020-11-17 14:50:33 +03:00
|
|
|
github.com/docker/docker v17.12.0-ce-rc1.0.20200916142827-bd33bbf0497b+incompatible
|
2020-08-17 18:48:52 +03:00
|
|
|
github.com/docker/docker-credential-helpers v0.6.3 // indirect
|
2020-05-14 13:17:06 +03:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2020-06-24 10:59:53 +03:00
|
|
|
github.com/docker/go-units v0.4.0
|
2020-05-01 16:28:44 +03:00
|
|
|
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect
|
|
|
|
github.com/gobwas/pool v0.2.0 // indirect
|
2020-09-23 18:18:07 +03:00
|
|
|
github.com/gobwas/ws v1.0.4
|
2020-10-12 17:21:48 +03:00
|
|
|
github.com/golang/mock v1.4.4
|
2020-10-27 16:09:28 +03:00
|
|
|
github.com/golang/protobuf v1.4.3
|
2020-12-08 19:02:17 +03:00
|
|
|
github.com/google/go-cmp v0.5.4
|
2020-05-04 20:50:01 +03:00
|
|
|
github.com/gorilla/mux v1.7.4 // indirect
|
2020-05-11 18:57:34 +03:00
|
|
|
github.com/hashicorp/go-multierror v1.1.0
|
2020-11-23 17:03:03 +03:00
|
|
|
github.com/hashicorp/go-uuid v1.0.2
|
2020-11-02 15:07:07 +03:00
|
|
|
github.com/iancoleman/strcase v0.1.2
|
2020-08-17 18:48:52 +03:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2020-10-01 13:21:25 +03:00
|
|
|
github.com/labstack/echo v3.3.10+incompatible
|
|
|
|
github.com/labstack/gommon v0.3.0 // indirect
|
2020-11-17 14:50:33 +03:00
|
|
|
github.com/moby/term v0.0.0-20201110203204-bea5bbe245bf
|
2020-06-16 10:42:07 +03:00
|
|
|
github.com/morikuni/aec v1.0.0
|
2020-06-07 00:23:14 +03:00
|
|
|
github.com/opencontainers/go-digest v1.0.0
|
2020-11-30 13:44:13 +03:00
|
|
|
github.com/opencontainers/image-spec v1.0.1
|
2020-04-21 15:13:48 +03:00
|
|
|
github.com/pkg/errors v0.9.1
|
2020-10-27 16:09:28 +03:00
|
|
|
github.com/prometheus/tsdb v0.10.0
|
2020-08-25 11:30:51 +03:00
|
|
|
github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b
|
2020-10-09 09:18:39 +03:00
|
|
|
github.com/sirupsen/logrus v1.7.0
|
2020-10-27 16:09:28 +03:00
|
|
|
github.com/spf13/cobra v1.1.1
|
2020-04-24 19:04:32 +03:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-06-09 00:26:19 +03:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-10-01 13:21:25 +03:00
|
|
|
github.com/valyala/fasttemplate v1.2.1 // indirect
|
2020-08-26 10:12:30 +03:00
|
|
|
golang.org/x/mod v0.3.0
|
2020-11-23 17:03:03 +03:00
|
|
|
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
|
|
|
|
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
|
2020-10-27 16:09:28 +03:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9
|
2020-11-23 17:03:03 +03:00
|
|
|
google.golang.org/grpc v1.33.2
|
2020-06-26 11:58:31 +03:00
|
|
|
google.golang.org/protobuf v1.25.0
|
2020-06-08 19:34:32 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2020-10-27 16:09:28 +03:00
|
|
|
gopkg.in/ini.v1 v1.62.0
|
2020-09-28 18:08:27 +03:00
|
|
|
gotest.tools v2.2.0+incompatible
|
2020-10-27 16:09:28 +03:00
|
|
|
gotest.tools/v3 v3.0.3
|
2020-04-21 15:13:48 +03:00
|
|
|
)
|