av/go.mod

42 lines
1.6 KiB
Modula-2
Raw Normal View History

module bitbucket.org/ausocean/av
go 1.18
require (
bitbucket.org/ausocean/iot v1.4.3
bitbucket.org/ausocean/utils v1.4.1
github.com/Comcast/gots v0.0.0-20190305015453-8d56e473f0f7
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/go-audio/audio v0.0.0-20181013203223-7b2a6ca21480
github.com/go-audio/wav v0.0.0-20181013172942-de841e69b884
github.com/google/go-cmp v0.4.1
github.com/kidoman/embd v0.0.0-20170508013040-d3d8c0c5c68d
github.com/mewkiz/flac v1.0.5
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
2022-01-05 05:13:20 +03:00
github.com/pkg/errors v0.9.1
2019-03-28 03:58:46 +03:00
github.com/yobert/alsa v0.0.0-20180630182551-d38d89fa843e
2022-01-05 05:13:20 +03:00
gocv.io/x/gocv v0.29.0
golang.org/x/text v0.6.0 // indirect
gonum.org/v1/gonum v0.8.2
gonum.org/v1/plot v0.9.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)
require github.com/fsnotify/fsnotify v1.6.0
require (
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/go-fonts/liberation v0.1.1 // indirect
github.com/go-latex/latex v0.0.0-20210118124228-b3d85cf34e07 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/mattetti/audio v0.0.0-20180912171649-01576cde1f21 // indirect
github.com/phpdave11/gofpdf v1.4.2 // indirect
go.uber.org/atomic v1.3.2 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/image v0.0.0-20210216034530-4410531fe030 // indirect
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
)