Add minWindowLenght option
... | ... | @@ -4,11 +4,15 @@ go 1.12 |
require ( | ||
github.com/asticode/go-astisub v0.0.0-20190514140258-c0ed7925c393 | ||
github.com/pierrec/lz4 v2.0.5+incompatible // indirect | ||
github.com/aws/aws-sdk-go v1.19.45 // indirect | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/stretchr/testify v1.3.0 | ||
gitlab.ethz.ch/chgerber/MessageComposition v0.0.0-20190606100759-1b591f45e7e5 | ||
gitlab.ethz.ch/chgerber/annotation v0.0.0-20190607113039-396e9d537c9b | ||
gitlab.ethz.ch/chgerber/annotation v0.0.0-20190607145645-0049de6d439e | ||
gitlab.ethz.ch/chgerber/monitor v0.0.0-20190527191251-2bb9dd731340 | ||
google.golang.org/api v0.5.0 | ||
go.mongodb.org/mongo-driver v1.0.3 | ||
golang.org/x/net v0.0.0-20190606173856-1492cefac77f // indirect | ||
golang.org/x/sys v0.0.0-20190606203320-7fc4e5ec1444 // indirect | ||
google.golang.org/api v0.6.0 | ||
google.golang.org/appengine v1.6.1 // indirect | ||
) |
Please register or sign in to comment