go.mod 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. module github.com/cad/ovpm
  2. go 1.14
  3. require (
  4. github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
  5. github.com/coreos/go-iptables v0.5.0
  6. github.com/dustin/go-humanize v1.0.0
  7. github.com/elazarl/go-bindata-assetfs v1.0.1
  8. github.com/go-openapi/loads v0.20.1 // indirect
  9. github.com/go-openapi/runtime v0.19.26
  10. github.com/go-openapi/spec v0.20.2 // indirect
  11. github.com/golang/protobuf v1.5.2 // indirect
  12. github.com/google/uuid v1.2.0
  13. github.com/grpc-ecosystem/grpc-gateway/v2 v2.3.0
  14. github.com/jinzhu/gorm v1.9.16
  15. github.com/mattn/go-runewidth v0.0.10 // indirect
  16. github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
  17. github.com/olekukonko/tablewriter v0.0.4
  18. github.com/rivo/uniseg v0.2.0 // indirect
  19. github.com/russross/blackfriday/v2 v2.1.0 // indirect
  20. github.com/sirupsen/logrus v1.7.0
  21. github.com/stretchr/testify v1.7.0
  22. github.com/urfave/cli v1.22.5
  23. go.uber.org/thriftrw v1.25.1
  24. golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
  25. golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c
  26. golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
  27. golang.org/x/text v0.3.6 // indirect
  28. google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1
  29. google.golang.org/grpc v1.36.1
  30. google.golang.org/protobuf v1.26.0
  31. gopkg.in/hlandau/easymetric.v1 v1.0.0 // indirect
  32. gopkg.in/hlandau/measurable.v1 v1.0.1 // indirect
  33. gopkg.in/hlandau/passlib.v1 v1.0.10
  34. )