compose/go.mod

35 lines
1.3 KiB
Modula-2
Raw Normal View History

2020-04-21 14:13:48 +02:00
module github.com/docker/api
2020-05-04 23:50:00 +02:00
go 1.14
2020-04-21 14:13:48 +02:00
require (
github.com/Azure/azure-sdk-for-go v42.0.0+incompatible
2020-05-01 15:28:44 +02:00
github.com/Azure/go-autorest/autorest v0.10.0
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
2020-05-01 15:28:44 +02:00
github.com/Azure/go-autorest/autorest/to v0.3.0
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
2020-05-01 15:28:44 +02:00
github.com/buger/goterm v0.0.0-20200322175922-2f3e71b85129
github.com/compose-spec/compose-go v0.0.0-20200423124427-63dcf8c22cae
2020-05-03 13:35:25 +02:00
github.com/containerd/console v1.0.0
github.com/docker/docker v17.12.0-ce-rc1.0.20200309214505-aa6a9891b09c+incompatible
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
github.com/gobwas/ws v1.0.3
github.com/golang/protobuf v1.4.0
2020-04-21 14:13:48 +02:00
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/mitchellh/go-homedir v1.1.0
github.com/onsi/gomega v1.9.0
2020-04-21 14:13:48 +02:00
github.com/opencontainers/go-digest v1.0.0-rc1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.5.1 // indirect
github.com/robpike/filter v0.0.0-20150108201509-2984852a2183
2020-04-21 14:13:48 +02:00
github.com/sirupsen/logrus v1.5.0
github.com/spf13/cobra v1.0.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.5.1
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
golang.org/x/text v0.3.2 // indirect
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.21.0
2020-04-21 14:13:48 +02:00
)