数据采集
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.
 
 
 
 
 
 

37 lines
1.3 KiB

  1. module applet
  2. go 1.15
  3. require (
  4. code.fnuoos.com/go_rely_warehouse/zyos_go_es.git v1.0.1-0.20230707081910-52e70aa52998
  5. code.fnuoos.com/go_rely_warehouse/zyos_go_third_party_api.git v1.1.21-0.20240103061829-86ef8b1a29c1
  6. github.com/360EntSecGroup-Skylar/excelize v1.4.1
  7. github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
  8. github.com/boombuler/barcode v1.0.1
  9. github.com/dchest/uniuri v1.2.0
  10. github.com/dgrijalva/jwt-go v3.2.0+incompatible
  11. github.com/forgoer/openssl v1.6.0
  12. github.com/gin-contrib/sessions v0.0.5
  13. github.com/gin-gonic/gin v1.8.0
  14. github.com/go-playground/locales v0.14.0
  15. github.com/go-playground/universal-translator v0.18.0
  16. github.com/go-playground/validator/v10 v10.10.0
  17. github.com/go-redis/redis v6.15.9+incompatible
  18. github.com/go-sql-driver/mysql v1.6.0
  19. github.com/gomodule/redigo v2.0.0+incompatible
  20. github.com/makiuchi-d/gozxing v0.1.1
  21. github.com/qiniu/api.v7/v7 v7.8.2
  22. github.com/robfig/cron/v3 v3.0.1
  23. github.com/sony/sonyflake v1.1.0
  24. github.com/stretchr/testify v1.8.0 // indirect
  25. github.com/syyongx/php2go v0.9.7
  26. github.com/tidwall/gjson v1.14.1
  27. go.uber.org/zap v1.16.0
  28. golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
  29. golang.org/x/net v0.14.0 // indirect
  30. gopkg.in/natefinch/lumberjack.v2 v2.0.0
  31. gopkg.in/yaml.v2 v2.4.0
  32. xorm.io/xorm v1.3.2
  33. )