go.mod 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. module smart-supplier-management-gateway
  2. go 1.13
  3. require (
  4. github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
  5. github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
  6. github.com/dchest/captcha v0.0.0-20170622155422-6a29415a8364
  7. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  8. github.com/fsnotify/fsnotify v1.4.9
  9. github.com/gin-contrib/sessions v0.0.3
  10. github.com/gin-gonic/gin v1.5.0
  11. github.com/go-openapi/spec v0.19.9 // indirect
  12. github.com/go-openapi/swag v0.19.9 // indirect
  13. github.com/golang/protobuf v1.3.4
  14. github.com/jaryhe/gopkgs v0.0.0-20200905032310-2bcd57283d30
  15. github.com/jinzhu/gorm v1.9.12
  16. github.com/json-iterator/go v1.1.9
  17. github.com/mailru/easyjson v0.7.6 // indirect
  18. github.com/minio/minio-go/v6 v6.0.55
  19. github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b
  20. github.com/spf13/viper v1.6.2
  21. github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
  22. github.com/swaggo/gin-swagger v1.2.0
  23. github.com/swaggo/swag v1.6.7
  24. github.com/tidwall/gjson v1.6.0
  25. github.com/urfave/cli v1.22.2 // indirect
  26. github.com/urfave/cli/v2 v2.2.0 // indirect
  27. go.uber.org/zap v1.15.0
  28. golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
  29. golang.org/x/tools v0.0.0-20200828161849-5deb26317202
  30. google.golang.org/grpc v1.28.0
  31. gopkg.in/yaml.v2 v2.3.0 // indirect
  32. )