推送
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.

21 lines
844 B

4 years ago
  1. module git.ouxuan.net/tommy/hasaki-service-push
  2. go 1.16
  3. require (
  4. git.ouxuan.net/hasaki-service/hasaki-sdk v0.0.0-20210319020634-8fcf853e7c47
  5. git.ouxuan.net/tommy/melody v0.0.0-20200312175938-1333d0784cc3 // indirect
  6. github.com/elazarl/go-bindata-assetfs v1.0.1 // indirect
  7. github.com/gin-gonic/gin v1.6.3 // indirect
  8. github.com/go-playground/form v3.1.4+incompatible // indirect
  9. github.com/google/uuid v1.2.0 // indirect
  10. github.com/gorilla/websocket v1.4.2 // indirect
  11. github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
  12. github.com/syyongx/php2go v0.9.4 // indirect
  13. github.com/tidwall/sjson v1.1.5 // indirect
  14. go.uber.org/zap v1.16.0 // indirect
  15. gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
  16. gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
  17. xorm.io/core v0.7.3 // indirect
  18. xorm.io/xorm v1.0.7
  19. )