2021-08-31 18:53:24 +02:00
|
|
|
module github.com/docker/compose/v2
|
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-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-11-03 00:38:05 +01:00
|
|
|
github.com/compose-spec/compose-go v1.0.5
|
2021-05-06 15:42:08 +02:00
|
|
|
github.com/containerd/console v1.0.2
|
2021-09-28 19:17:42 +02:00
|
|
|
github.com/containerd/containerd v1.5.5
|
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
|
2021-09-13 17:41:21 +02:00
|
|
|
github.com/docker/cli-docs-tool v0.1.1
|
2021-09-30 09:07:19 +02:00
|
|
|
github.com/docker/compose-switch v1.0.2
|
2021-06-07 12:28:23 +02:00
|
|
|
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-08-31 18:53:24 +02:00
|
|
|
github.com/gofrs/flock v0.8.0 // indirect
|
2021-07-22 17:48:49 +02:00
|
|
|
github.com/golang/mock v1.5.0
|
2020-05-11 17:57:34 +02:00
|
|
|
github.com/hashicorp/go-multierror v1.1.0
|
2021-06-16 10:55:44 +02:00
|
|
|
github.com/hashicorp/go-version v1.3.0
|
2021-05-06 15:42:08 +02:00
|
|
|
github.com/kr/pty v1.1.8 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.6 // 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-21 14:23:41 +02:00
|
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
|
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-08-25 10:30:51 +02:00
|
|
|
github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b
|
2021-08-31 18:53:24 +02:00
|
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
2021-03-22 08:56:46 +01:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2021-07-22 17:48:49 +02:00
|
|
|
github.com/spf13/cobra v1.2.1
|
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
|
2021-08-31 18:53:24 +02:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
2021-03-22 08:56:46 +01:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
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-08-31 18:53:24 +02:00
|
|
|
k8s.io/client-go v0.21.0 // indirect
|
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
|