av/go.mod

15 lines
480 B
Modula-2
Raw Normal View History

module bitbucket.org/ausocean/av
go 1.12
require (
bitbucket.org/ausocean/iot v1.2.4
2019-04-13 13:32:50 +03:00
bitbucket.org/ausocean/utils v0.0.0-20190408050157-66d3b4d4041e
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/mewkiz/flac v1.0.5
2019-03-28 03:58:46 +03:00
github.com/yobert/alsa v0.0.0-20180630182551-d38d89fa843e
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)