mirror of https://bitbucket.org/ausocean/av.git
19 lines
605 B
Modula-2
19 lines
605 B
Modula-2
module bitbucket.org/ausocean/av
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
bitbucket.org/ausocean/iot v1.2.7
|
|
bitbucket.org/ausocean/utils v1.2.11
|
|
github.com/Comcast/gots v0.0.0-20190305015453-8d56e473f0f7
|
|
github.com/go-audio/audio v0.0.0-20181013203223-7b2a6ca21480
|
|
github.com/go-audio/wav v0.0.0-20181013172942-de841e69b884
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/mewkiz/flac v1.0.5
|
|
github.com/pkg/errors v0.8.1
|
|
github.com/yobert/alsa v0.0.0-20180630182551-d38d89fa843e
|
|
google.golang.org/api v0.13.0
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|