Ordered preference for youtubedl subs. TimedText to annotations with window slide approach
... | ... | @@ -3,17 +3,12 @@ module gitlab.ethz.ch/chgerber/youtubedl |
go 1.12 | ||
require ( | ||
github.com/asticode/go-astiamqp v1.0.0 // indirect | ||
github.com/asticode/go-astisub v0.0.0-20181231080834-e2ca1c7ce8f4 | ||
github.com/asticode/go-astits v0.0.0-20190105100228-f4a041fc41e5 // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/sirupsen/logrus v1.4.1 | ||
github.com/asticode/go-astisub v0.0.0-20190514140258-c0ed7925c393 | ||
github.com/pierrec/lz4 v2.0.5+incompatible // indirect | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/stretchr/testify v1.3.0 | ||
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect | ||
golang.org/x/lint v0.0.0-20190409202823-959b441ac422 // indirect | ||
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect | ||
golang.org/x/sys v0.0.0-20190528183647-3626398d7749 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
golang.org/x/tools v0.0.0-20190529010454-aa71c3f32488 // indirect | ||
google.golang.org/api v0.3.2 | ||
gitlab.ethz.ch/chgerber/MessageComposition v0.0.0-20190606100759-1b591f45e7e5 | ||
gitlab.ethz.ch/chgerber/annotation v0.0.0-20190607113039-396e9d537c9b | ||
gitlab.ethz.ch/chgerber/monitor v0.0.0-20190527191251-2bb9dd731340 | ||
google.golang.org/api v0.5.0 | ||
) |