go.mod 1012 B

12345678910111213141516171819202122232425262728
  1. module imuslab.com/bokofs/bokofsd
  2. go 1.23.2
  3. require (
  4. github.com/anatol/smart.go v0.0.0-20241126061019-f03d79b340d2
  5. github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
  6. github.com/fogleman/fauxgl v0.0.0-20250110135958-abf826acbbbd
  7. github.com/google/uuid v1.6.0
  8. github.com/gorilla/csrf v1.7.2
  9. github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
  10. github.com/oliamb/cutter v0.2.2
  11. github.com/oov/psd v0.0.0-20220121172623-5db5eafcecbb
  12. github.com/shirou/gopsutil/v4 v4.25.3
  13. golang.org/x/net v0.21.0
  14. )
  15. require (
  16. github.com/ebitengine/purego v0.8.2 // indirect
  17. github.com/fogleman/simplify v0.0.0-20170216171241-d32f302d5046 // indirect
  18. github.com/go-ole/go-ole v1.2.6 // indirect
  19. github.com/gopherjs/gopherjs v1.17.2 // indirect
  20. github.com/gorilla/securecookie v1.1.2 // indirect
  21. github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
  22. github.com/yusufpapurcu/wmi v1.2.4 // indirect
  23. golang.org/x/crypto v0.33.0 // indirect
  24. golang.org/x/sys v0.30.0 // indirect
  25. )