1
0

go.mod 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. module github.com/cad/ovpm
  2. go 1.14
  3. require (
  4. github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496
  5. github.com/coreos/go-iptables v0.4.5
  6. github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
  7. github.com/dustin/go-humanize v1.0.0
  8. github.com/elazarl/go-bindata-assetfs v1.0.0
  9. github.com/go-openapi/errors v0.19.4 // indirect
  10. github.com/go-openapi/loads v0.19.5 // indirect
  11. github.com/go-openapi/runtime v0.19.14
  12. github.com/go-openapi/spec v0.19.7 // indirect
  13. github.com/go-openapi/strfmt v0.19.5 // indirect
  14. github.com/go-openapi/swag v0.19.8 // indirect
  15. github.com/go-openapi/validate v0.19.7 // indirect
  16. github.com/golang/protobuf v1.3.5
  17. github.com/google/go-cmp v0.3.1 // indirect
  18. github.com/google/uuid v1.1.1
  19. github.com/grpc-ecosystem/grpc-gateway v1.14.3
  20. github.com/jinzhu/gorm v1.9.12
  21. github.com/mattn/go-runewidth v0.0.9 // indirect
  22. github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
  23. github.com/mitchellh/mapstructure v1.2.2 // indirect
  24. github.com/olekukonko/tablewriter v0.0.4
  25. github.com/sirupsen/logrus v1.4.2
  26. github.com/stretchr/testify v1.5.1
  27. github.com/urfave/cli v1.22.3
  28. go.mongodb.org/mongo-driver v1.3.1 // indirect
  29. go.uber.org/thriftrw v1.24.0
  30. golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6 // indirect
  31. golang.org/x/net v0.0.0-20200319234117-63522dbf7eec
  32. golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d // indirect
  33. google.golang.org/appengine v1.6.1 // indirect
  34. google.golang.org/genproto v0.0.0-20200319113533-08878b785e9c
  35. google.golang.org/grpc v1.28.0
  36. gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
  37. gopkg.in/hlandau/easymetric.v1 v1.0.0 // indirect
  38. gopkg.in/hlandau/measurable.v1 v1.0.1 // indirect
  39. gopkg.in/hlandau/passlib.v1 v1.0.10
  40. )