mirror of https://github.com/docker/compose.git
18 lines
479 B
Modula-2
18 lines
479 B
Modula-2
|
module github.com/docker/api
|
||
|
|
||
|
go 1.13
|
||
|
|
||
|
require (
|
||
|
github.com/gogo/googleapis v1.3.2
|
||
|
github.com/gogo/protobuf v1.3.1
|
||
|
github.com/golang/protobuf v1.3.3
|
||
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
||
|
github.com/mitchellh/go-homedir v1.1.0
|
||
|
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/sirupsen/logrus v1.5.0
|
||
|
github.com/urfave/cli v1.22.4
|
||
|
google.golang.org/grpc v1.28.1
|
||
|
)
|