go.mod 1.2 KB

1234567891011121314151617181920212223242526272829303132
  1. module fileUploadCount
  2. go 1.19
  3. require (
  4. app.yhyue.com/moapp/jybase v0.0.0-20240412015757-6d8429bb4dae
  5. github.com/go-xweb/xweb v0.2.1
  6. github.com/robfig/cron v1.2.0
  7. github.com/studio-b12/gowebdav v0.9.0
  8. )
  9. require (
  10. github.com/go-stack/stack v1.8.0 // indirect
  11. github.com/go-xweb/httpsession v0.0.0-20141220075701-356d3b4d38d6 // indirect
  12. github.com/go-xweb/log v0.0.0-20140701090824-270d183ad77e // indirect
  13. github.com/go-xweb/uuid v0.0.0-20140604020037-d7dce341f851 // indirect
  14. github.com/golang/snappy v0.0.4 // indirect
  15. github.com/howeyc/fsnotify v0.9.0 // indirect
  16. github.com/klauspost/compress v1.13.6 // indirect
  17. github.com/lunny/csession v0.0.0-20130910075847-fe53c5de3dfd // indirect
  18. github.com/mattn/go-sqlite3 v1.14.22 // indirect
  19. github.com/pkg/errors v0.9.1 // indirect
  20. github.com/xdg-go/pbkdf2 v1.0.0 // indirect
  21. github.com/xdg-go/scram v1.0.2 // indirect
  22. github.com/xdg-go/stringprep v1.0.2 // indirect
  23. github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
  24. go.mongodb.org/mongo-driver v1.9.1 // indirect
  25. golang.org/x/crypto v0.22.0 // indirect
  26. golang.org/x/net v0.24.0 // indirect
  27. golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
  28. golang.org/x/text v0.14.0 // indirect
  29. )