go.mod 565 B

123456789101112131415161718
  1. module gitea/EVE-Online/Intel2Noise
  2. go 1.17
  3. require (
  4. github.com/hajimehoshi/go-mp3 v0.3.2
  5. github.com/hajimehoshi/oto v1.0.1
  6. )
  7. require (
  8. github.com/fsnotify/fsnotify v1.4.9 // indirect
  9. github.com/nxadm/tail v1.4.8 // indirect
  10. golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
  11. golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
  12. golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
  13. golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 // indirect
  14. gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
  15. )