mirror of https://github.com/docker/compose.git
148 lines
7.2 KiB
Modula-2
148 lines
7.2 KiB
Modula-2
module github.com/docker/compose/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/AlecAivazis/survey/v2 v2.3.2
|
|
github.com/buger/goterm v1.0.4
|
|
github.com/cnabio/cnab-to-oci v0.3.1-beta1
|
|
github.com/compose-spec/compose-go v1.2.7
|
|
github.com/containerd/console v1.0.3
|
|
github.com/containerd/containerd v1.6.2
|
|
github.com/distribution/distribution/v3 v3.0.0-20210316161203-a01c71e2477e
|
|
github.com/docker/buildx v0.8.1 // when updating, also update the replace rules accordingly
|
|
github.com/docker/cli v20.10.12+incompatible
|
|
github.com/docker/cli-docs-tool v0.4.0
|
|
github.com/docker/docker v20.10.7+incompatible
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/docker/go-units v0.4.0
|
|
github.com/golang/mock v1.6.0
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/hashicorp/go-version v1.3.0
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/mattn/go-shellwords v1.0.12
|
|
github.com/moby/buildkit v0.10.0-rc2.0.20220308185020-fdecd0ae108b
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6
|
|
github.com/morikuni/aec v1.0.0
|
|
github.com/opencontainers/go-digest v1.0.0
|
|
github.com/opencontainers/image-spec v1.0.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sanathkr/go-yaml v0.0.0-20170819195128-ed9d249f429b
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/spf13/cobra v1.4.0
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/theupdateframework/notary v0.6.1
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
gotest.tools v2.2.0+incompatible
|
|
gotest.tools/v3 v3.2.0
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/Microsoft/go-winio v0.5.1 // indirect
|
|
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/cnabio/cnab-go v0.10.0-beta1 // indirect
|
|
github.com/containerd/continuity v0.2.2 // indirect
|
|
github.com/containerd/ttrpc v1.1.0 // indirect
|
|
github.com/containerd/typeurl v1.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/docker/distribution v2.8.0+incompatible // indirect
|
|
github.com/docker/docker-credential-helpers v0.6.4 // indirect
|
|
github.com/docker/go v1.5.1-1.0.20160303222718-d30aec9fd63c // indirect
|
|
github.com/docker/go-metrics v0.0.1 // indirect
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
|
github.com/fvbommel/sortorder v1.0.1 // indirect
|
|
github.com/go-logr/logr v1.2.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/gofrs/flock v0.8.0 // indirect
|
|
github.com/gogo/googleapis v1.4.1 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/imdario/mergo v0.3.13 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
|
|
github.com/klauspost/compress v1.15.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
|
|
github.com/miekg/pkcs11 v1.0.3 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/moby/locker v1.0.1 // indirect
|
|
github.com/moby/sys/signal v0.6.0 // indirect
|
|
github.com/moby/sys/symlink v0.2.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/opencontainers/runc v1.1.0 // indirect
|
|
github.com/pelletier/go-toml v1.9.4 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v1.12.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/qri-io/jsonpointer v0.1.0 // indirect
|
|
github.com/qri-io/jsonschema v0.1.1 // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
github.com/tonistiigi/fsutil v0.0.0-20220315205639-9ed612626da3 // indirect
|
|
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea // indirect
|
|
github.com/tonistiigi/vt100 v0.0.0-20210615222946-8066bb97264f // indirect
|
|
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
|
|
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
|
|
go.opentelemetry.io/otel v1.4.1 // indirect
|
|
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
|
|
go.opentelemetry.io/otel/trace v1.4.1 // indirect
|
|
go.opentelemetry.io/proto/otlp v0.12.0 // indirect
|
|
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e // indirect
|
|
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
|
|
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
|
|
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect
|
|
google.golang.org/grpc v1.44.0 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0 // indirect
|
|
k8s.io/apimachinery v0.23.4 // indirect; see replace for the actual version used
|
|
k8s.io/client-go v0.23.4 // indirect; see replace for the actual version used
|
|
k8s.io/klog/v2 v2.30.0 // indirect
|
|
k8s.io/utils v0.0.0-20211116205334-6203023598ed // indirect
|
|
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
|
|
sigs.k8s.io/yaml v1.2.0 // indirect
|
|
)
|
|
|
|
replace (
|
|
github.com/docker/cli => github.com/docker/cli v20.10.3-0.20220309205733-2b52f62e9627+incompatible
|
|
github.com/docker/docker => github.com/docker/docker v20.10.3-0.20220309172631-83b51522df43+incompatible
|
|
|
|
// 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.
|
|
// https://github.com/docker/buildx/blob/v0.8.1/go.mod#L62-L64
|
|
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
|
|
)
|