mirror of https://github.com/docker/compose.git
17 lines
447 B
Modula-2
17 lines
447 B
Modula-2
module github.com/docker/api
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.4.0
|
|
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
|
|
google.golang.org/protobuf v1.21.0
|
|
)
|