go.mod 535 B

1234567891011121314
  1. module src.eruta.nl/beoran/ebisvg
  2. go 1.16
  3. require (
  4. github.com/gofrs/flock v0.8.0 // indirect
  5. github.com/hajimehoshi/ebiten/v2 v2.2.0-rc.2 // indirect
  6. github.com/hajimehoshi/oto v0.7.1 // indirect
  7. golang.org/x/exp v0.0.0-20210916165020-5cb4fee858ee // indirect
  8. golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
  9. golang.org/x/mobile v0.0.0-20210924032853-1c027f395ef7 // indirect
  10. golang.org/x/sys v0.0.0-20211002104244-808efd93c36d // indirect
  11. gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
  12. )