You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
919 B

  1. module main
  2. go 1.12
  3. require (
  4. github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
  5. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  6. github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
  7. github.com/fsnotify/fsnotify v1.4.7
  8. github.com/gin-gonic/gin v1.4.0
  9. github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
  10. github.com/jinzhu/gorm v1.9.10
  11. github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
  12. github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f
  13. github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
  14. github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
  15. github.com/satori/go.uuid v1.2.0
  16. github.com/sirupsen/logrus v1.2.0
  17. github.com/spf13/viper v1.4.0
  18. github.com/swaggo/gin-swagger v1.2.0
  19. github.com/swaggo/swag v1.5.1
  20. github.com/tebeka/strftime v0.1.3 // indirect
  21. )