| 1234567891011121314151617181920212223 |
- module github.com/docker/api
- go 1.13
- require (
- github.com/coreos/etcd v3.3.10+incompatible
- 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/spf13/cobra v1.0.0
- github.com/spf13/pflag v1.0.5
- github.com/stretchr/testify v1.5.1
- github.com/urfave/cli/v2 v2.2.0
- golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
- golang.org/x/text v0.3.2 // indirect
- google.golang.org/grpc v1.29.1
- google.golang.org/protobuf v1.21.0
- gopkg.in/yaml.v2 v2.2.8 // indirect
- )
|