19 lines
565 B
Modula-2
19 lines
565 B
Modula-2
module gitea/EVE-Online/Intel2Noise
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/hajimehoshi/go-mp3 v0.3.2
|
|
github.com/hajimehoshi/oto v1.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
|
|
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
|
|
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
|
|
golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9 // indirect
|
|
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
|
|
)
|