2019-03-06 05:03:55 +03:00
|
|
|
module bitbucket.org/ausocean/av
|
|
|
|
|
2019-10-15 04:04:01 +03:00
|
|
|
go 1.13
|
2019-03-06 05:03:55 +03:00
|
|
|
|
|
|
|
require (
|
2019-09-14 05:29:17 +03:00
|
|
|
bitbucket.org/ausocean/iot v1.2.7
|
2019-10-23 05:18:22 +03:00
|
|
|
bitbucket.org/ausocean/utils v1.2.10
|
2019-09-12 06:54:44 +03:00
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
2019-03-06 05:03:55 +03:00
|
|
|
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
|
2019-11-09 11:52:53 +03:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2019-03-06 05:03:55 +03:00
|
|
|
github.com/mewkiz/flac v1.0.5
|
2019-07-15 02:20:45 +03:00
|
|
|
github.com/pkg/errors v0.8.1
|
2019-03-28 03:58:46 +03:00
|
|
|
github.com/yobert/alsa v0.0.0-20180630182551-d38d89fa843e
|
2019-11-09 11:52:53 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2019-09-12 06:54:44 +03:00
|
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
2019-03-06 05:03:55 +03:00
|
|
|
)
|