2021-08-31 19:53:24 +03:00
|
|
|
module github.com/docker/compose/v2
|
2020-04-21 15:13:48 +03:00
|
|
|
|
2022-09-07 00:41:55 +03:00
|
|
|
go 1.19
|
2020-07-31 00:31:19 +03:00
|
|
|
|
2020-04-21 15:13:48 +03:00
|
|
|
require (
|
2022-09-13 12:27:14 +03:00
|
|
|
github.com/AlecAivazis/survey/v2 v2.3.6
|
2022-02-03 23:33:39 +03:00
|
|
|
github.com/buger/goterm v1.0.4
|
2022-09-06 12:27:51 +03:00
|
|
|
github.com/cnabio/cnab-to-oci v0.3.7
|
2022-09-26 19:29:16 +03:00
|
|
|
github.com/compose-spec/compose-go v1.6.0
|
2021-12-15 12:52:09 +03:00
|
|
|
github.com/containerd/console v1.0.3
|
2022-08-09 12:27:22 +03:00
|
|
|
github.com/containerd/containerd v1.6.8
|
2022-09-26 16:45:22 +03:00
|
|
|
github.com/distribution/distribution/v3 v3.0.0-20220907155224-78b9c98c5c31
|
2022-10-18 16:21:11 +03:00
|
|
|
github.com/docker/buildx v0.9.1 // when updating, also update the replace rules accordingly
|
|
|
|
github.com/docker/cli v20.10.19+incompatible
|
2022-07-26 15:58:08 +03:00
|
|
|
github.com/docker/cli-docs-tool v0.5.0
|
2022-10-18 16:21:11 +03:00
|
|
|
github.com/docker/docker v20.10.19+incompatible
|
2020-05-14 13:17:06 +03:00
|
|
|
github.com/docker/go-connections v0.4.0
|
2022-09-01 12:28:50 +03:00
|
|
|
github.com/docker/go-units v0.5.0
|
2021-12-15 12:52:26 +03:00
|
|
|
github.com/golang/mock v1.6.0
|
2021-12-17 08:36:57 +03:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2022-06-28 12:28:44 +03:00
|
|
|
github.com/hashicorp/go-version v1.6.0
|
2022-08-17 16:57:13 +03:00
|
|
|
github.com/mattn/go-isatty v0.0.16
|
2021-06-07 15:47:28 +03:00
|
|
|
github.com/mattn/go-shellwords v1.0.12
|
2022-08-23 18:50:52 +03:00
|
|
|
github.com/moby/buildkit v0.10.4
|
2022-09-07 00:41:55 +03:00
|
|
|
github.com/moby/term v0.0.0-20220808134915-39b0c02b01ae
|
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
|
2022-10-18 16:21:11 +03:00
|
|
|
github.com/opencontainers/image-spec v1.0.3-0.20220303224323-02efb9a75ee1
|
2020-04-21 15:13:48 +03:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-07-19 12:26:47 +03:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2022-10-12 13:00:55 +03:00
|
|
|
github.com/spf13/cobra v1.6.0
|
2020-04-24 19:04:32 +03:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2022-06-30 12:31:44 +03:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2022-05-17 18:22:26 +03:00
|
|
|
github.com/theupdateframework/notary v0.7.0
|
2022-09-07 00:41:55 +03:00
|
|
|
golang.org/x/sync v0.0.0-20220819030929-7fc1605a5dde
|
2022-08-03 23:41:43 +03:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2020-09-28 18:08:27 +03:00
|
|
|
gotest.tools v2.2.0+incompatible
|
2022-10-10 12:33:24 +03:00
|
|
|
gotest.tools/v3 v3.4.0
|
2021-11-03 13:14:54 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
2022-06-08 21:52:18 +03:00
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2021-12-15 12:51:50 +03:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2022-09-26 16:26:01 +03:00
|
|
|
github.com/cnabio/cnab-go v0.23.4 // indirect
|
2022-10-18 16:21:11 +03:00
|
|
|
github.com/containerd/continuity v0.3.0 // indirect
|
2022-03-11 15:10:25 +03:00
|
|
|
github.com/containerd/ttrpc v1.1.0 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/containerd/typeurl v1.0.2 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2022-06-08 21:52:18 +03:00
|
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
2022-02-18 19:15:01 +03:00
|
|
|
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
|
|
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
2022-02-18 19:15:01 +03:00
|
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
2022-06-08 21:52:18 +03:00
|
|
|
github.com/fvbommel/sortorder v1.0.2 // indirect
|
2022-09-08 13:09:55 +03:00
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
2022-02-21 16:29:54 +03:00
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/gofrs/flock v0.8.0 // indirect
|
2022-03-11 15:10:25 +03:00
|
|
|
github.com/gogo/googleapis v1.4.1 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2022-10-21 12:36:57 +03:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
2022-02-21 16:29:54 +03:00
|
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
2022-02-21 16:29:54 +03:00
|
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
|
2022-02-18 19:15:01 +03:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
2022-02-21 16:29:54 +03:00
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2022-05-24 18:49:54 +03:00
|
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
2022-10-12 13:00:55 +03:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.1 // indirect
|
2021-12-15 12:51:50 +03:00
|
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
2022-10-18 16:21:11 +03:00
|
|
|
github.com/klauspost/compress v1.15.9 // indirect
|
2021-12-15 12:51:50 +03:00
|
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
2022-10-18 16:21:11 +03:00
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
2022-06-08 23:15:39 +03:00
|
|
|
github.com/miekg/pkcs11 v1.1.1 // indirect
|
2022-05-17 18:06:01 +03:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/moby/locker v1.0.1 // indirect
|
2022-10-18 16:21:11 +03:00
|
|
|
github.com/moby/sys/signal v0.7.0 // indirect
|
2022-02-21 16:29:54 +03:00
|
|
|
github.com/moby/sys/symlink v0.2.0 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
2021-12-15 12:51:50 +03:00
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
2022-10-18 16:21:11 +03:00
|
|
|
github.com/opencontainers/runc v1.1.3 // indirect
|
2022-02-18 19:15:01 +03:00
|
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2022-10-18 16:21:11 +03:00
|
|
|
github.com/prometheus/client_golang v1.12.2 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
2022-03-11 15:10:25 +03:00
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
2022-02-21 16:29:54 +03:00
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2022-06-08 21:52:18 +03:00
|
|
|
github.com/qri-io/jsonpointer v0.1.1 // indirect
|
|
|
|
github.com/qri-io/jsonschema v0.2.2-0.20210831022256-780655b2ba0e // indirect
|
2022-10-18 16:21:11 +03:00
|
|
|
github.com/tonistiigi/fsutil v0.0.0-20220930225714-4638ad635be5 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
|
2022-02-18 19:15:01 +03:00
|
|
|
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
|
|
|
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
|
2022-03-11 15:10:25 +03:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0 // indirect
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0 // indirect
|
2022-10-21 12:36:57 +03:00
|
|
|
go.opentelemetry.io/otel v1.11.1
|
2022-03-11 15:10:25 +03:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.4.1 // indirect
|
|
|
|
go.opentelemetry.io/otel/internal/metric v0.27.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/metric v0.27.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/sdk v1.4.1 // indirect
|
2022-10-21 12:36:57 +03:00
|
|
|
go.opentelemetry.io/otel/trace v1.11.1 // indirect
|
2022-03-11 15:10:25 +03:00
|
|
|
go.opentelemetry.io/proto/otlp v0.12.0 // indirect
|
2022-10-18 16:21:11 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect
|
2022-09-07 00:41:55 +03:00
|
|
|
golang.org/x/net v0.0.0-20220906165146-f3363e06e74c // indirect
|
2021-12-15 12:51:50 +03:00
|
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
|
2022-08-17 16:57:13 +03:00
|
|
|
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
|
2022-06-08 21:52:18 +03:00
|
|
|
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
2021-12-15 12:51:50 +03:00
|
|
|
golang.org/x/text v0.3.7 // indirect
|
2022-06-23 17:54:35 +03:00
|
|
|
golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
2022-06-08 21:52:18 +03:00
|
|
|
google.golang.org/genproto v0.0.0-20220314164441-57ef72a4c106 // indirect
|
2022-10-18 16:21:11 +03:00
|
|
|
google.golang.org/grpc v1.47.0 // indirect
|
2021-11-18 01:45:06 +03:00
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
2022-06-08 21:52:16 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-06-23 17:54:35 +03:00
|
|
|
k8s.io/apimachinery v0.24.1 // indirect; see replace for the actual version used
|
2022-08-08 17:03:36 +03:00
|
|
|
k8s.io/client-go v0.24.1 // see replace for the actual version used
|
2022-06-23 17:54:35 +03:00
|
|
|
k8s.io/klog/v2 v2.60.1 // indirect
|
|
|
|
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
|
2022-03-11 15:10:25 +03:00
|
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
|
2021-11-03 13:14:54 +03:00
|
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
2020-04-21 15:13:48 +03:00
|
|
|
)
|
2020-12-04 18:26:45 +03:00
|
|
|
|
2022-06-08 21:52:18 +03:00
|
|
|
require (
|
2022-08-08 17:03:36 +03:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
|
2022-06-08 21:52:18 +03:00
|
|
|
github.com/cyberphone/json-canonicalization v0.0.0-20210303052042-6bc126869bf4 // indirect
|
2022-08-08 17:03:36 +03:00
|
|
|
github.com/googleapis/gnostic v0.5.5 // indirect
|
2022-10-18 16:21:11 +03:00
|
|
|
github.com/mattn/go-runewidth v0.0.14 // indirect
|
|
|
|
github.com/moby/patternmatcher v0.5.0 // indirect
|
2022-08-08 17:03:36 +03:00
|
|
|
github.com/moby/spdystream v0.2.0 // indirect
|
2022-10-18 16:21:11 +03:00
|
|
|
github.com/moby/sys/sequential v0.5.0 // indirect
|
|
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
2022-08-08 17:03:36 +03:00
|
|
|
github.com/serialx/hashring v0.0.0-20190422032157-8b2912629002 // indirect
|
2022-06-08 21:52:18 +03:00
|
|
|
github.com/zmap/zcrypto v0.0.0-20220605182715-4dfcec6e9a8c // indirect
|
|
|
|
github.com/zmap/zlint v1.1.0 // indirect
|
2022-08-08 17:03:36 +03:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.4.1 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.1 // indirect
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.4.1 // indirect
|
|
|
|
k8s.io/api v0.24.1 // indirect
|
2022-06-08 21:52:18 +03:00
|
|
|
)
|
|
|
|
|
2022-02-18 19:15:01 +03:00
|
|
|
replace (
|
2022-10-18 16:21:11 +03:00
|
|
|
github.com/docker/cli => github.com/docker/cli v20.10.3-0.20221013132413-1d6c6e2367e2+incompatible // 22.06 master branch
|
|
|
|
github.com/docker/docker => github.com/docker/docker v20.10.3-0.20221013203545-33ab36d6b304+incompatible // 22.06 branch
|
|
|
|
github.com/moby/buildkit => github.com/moby/buildkit v0.10.1-0.20220816171719-55ba9d14360a // same as buildx
|
2022-03-25 21:10:04 +03:00
|
|
|
|
2022-06-02 01:04:54 +03:00
|
|
|
github.com/opencontainers/runc => github.com/opencontainers/runc v1.1.2 // Can be removed on next bump of containerd to > 1.6.4
|
|
|
|
|
2022-03-25 21:10:04 +03:00
|
|
|
// For k8s dependencies, we use a replace directive, to prevent them being
|
|
|
|
// upgraded to the version specified in containerd, which is not relevant to the
|
|
|
|
// version needed.
|
|
|
|
// See https://github.com/docker/buildx/pull/948 for details.
|
2022-03-25 21:13:54 +03:00
|
|
|
// https://github.com/docker/buildx/blob/v0.8.1/go.mod#L62-L64
|
2022-03-25 21:10:04 +03: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
|
2022-02-18 19:15:01 +03:00
|
|
|
)
|