智慧食堂
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

39 Zeilen
1.4 KiB

  1. module applet
  2. go 1.15
  3. require (
  4. github.com/360EntSecGroup-Skylar/excelize v1.4.1
  5. github.com/boombuler/barcode v1.0.1
  6. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  7. github.com/forgoer/openssl v0.0.0-20201023062029-c3112b0c8700
  8. github.com/gin-gonic/gin v1.6.3
  9. github.com/go-playground/locales v0.13.0
  10. github.com/go-playground/universal-translator v0.17.0
  11. github.com/go-playground/validator/v10 v10.4.2
  12. github.com/go-redis/redis v6.15.9+incompatible
  13. github.com/go-sql-driver/mysql v1.7.1
  14. github.com/golang/protobuf v1.5.2 // indirect
  15. github.com/gomodule/redigo v2.0.0+incompatible
  16. github.com/kr/text v0.2.0 // indirect
  17. github.com/leodido/go-urn v1.2.1 // indirect
  18. github.com/makiuchi-d/gozxing v0.0.0-20210324052758-57132e828831
  19. github.com/mcuadros/go-defaults v1.2.0
  20. github.com/onsi/ginkgo v1.15.0 // indirect
  21. github.com/onsi/gomega v1.10.5 // indirect
  22. github.com/pkg/errors v0.9.1 // indirect
  23. github.com/qiniu/api.v7/v7 v7.8.2
  24. github.com/robfig/cron/v3 v3.0.1
  25. github.com/sony/sonyflake v1.0.0
  26. github.com/syyongx/php2go v0.9.4
  27. github.com/ugorji/go v1.2.5 // indirect
  28. go.uber.org/multierr v1.6.0 // indirect
  29. go.uber.org/zap v1.16.0
  30. golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
  31. golang.org/x/net v0.7.0 // indirect
  32. gopkg.in/natefinch/lumberjack.v2 v2.0.0
  33. gopkg.in/yaml.v2 v2.4.0
  34. honnef.co/go/tools v0.0.1-2020.1.4 // indirect
  35. xorm.io/xorm v1.3.2
  36. )