go.mod 635 B

1234567891011121314151617181920
  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/nfnt/resize v0.0.0-20180221191011-83c6a9932646
  8. github.com/oliamb/cutter v0.2.2
  9. github.com/oov/psd v0.0.0-20220121172623-5db5eafcecbb
  10. golang.org/x/net v0.21.0
  11. )
  12. require (
  13. github.com/fogleman/simplify v0.0.0-20170216171241-d32f302d5046 // indirect
  14. github.com/gopherjs/gopherjs v1.17.2 // indirect
  15. golang.org/x/crypto v0.33.0 // indirect
  16. golang.org/x/sys v0.30.0 // indirect
  17. )