Merge branch 'master' of gitlab.ethz.ch:chgerber/youtube-dl
... | ... | @@ -2,12 +2,12 @@ module gitlab.ethz.ch/chgerber/youtubedl |
go 1.12 | ||
replace gitlab.ethz.ch/chgerber/annotation => ../annotation | ||
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/stretchr/testify v1.3.0 | ||
gitlab.ethz.ch/chgerber/annotation v1.0.0 | ||
gitlab.ethz.ch/chgerber/monitor v0.0.0-20190405175925-bdc7d43004ec // indirect | ||
google.golang.org/api v0.3.2 | ||
) |
Please register or sign in to comment