go.mod 977 B

123456789101112131415161718192021222324252627
  1. module github.com/docker/api
  2. go 1.13
  3. require (
  4. github.com/Azure/azure-sdk-for-go v42.0.0+incompatible
  5. github.com/Azure/go-autorest/autorest v0.10.0 // indirect
  6. github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
  7. github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect
  8. github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
  9. github.com/golang/protobuf v1.4.0
  10. github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
  11. github.com/mitchellh/go-homedir v1.1.0
  12. github.com/opencontainers/go-digest v1.0.0-rc1
  13. github.com/pkg/errors v0.9.1
  14. github.com/prometheus/client_golang v1.5.1 // indirect
  15. github.com/sirupsen/logrus v1.5.0
  16. github.com/spf13/cobra v1.0.0
  17. github.com/spf13/pflag v1.0.5
  18. github.com/stretchr/testify v1.5.1
  19. github.com/urfave/cli/v2 v2.2.0
  20. golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
  21. golang.org/x/text v0.3.2 // indirect
  22. google.golang.org/grpc v1.29.1
  23. google.golang.org/protobuf v1.21.0
  24. gopkg.in/yaml.v2 v2.2.8 // indirect
  25. )