diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-28 12:16:45 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-28 12:16:45 +1000 |
| commit | 88b96784ab4fd19b13d0076d64a95300483363ca (patch) | |
| tree | 4e86be713c367f37dad1906849ec7a15ebbe7a9b /go.mod | |
| parent | 5100a108634cb63ae508669878b05ed5fa20c31a (diff) | |
Refactored video importers
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,7 +20,8 @@ require ( github.com/mutschler/mt v0.0.0-20200120124658-d48aed259ff6 // indirect github.com/prologic/bitcask v0.3.5 github.com/renstrom/shortuuid v3.0.0+incompatible - github.com/rylio/ytdl v0.6.2 + github.com/rs/zerolog v1.18.0 // indirect + github.com/rylio/ytdl v0.6.3-0.20200220142242-f3a87da86fb8 github.com/sirupsen/logrus v1.4.2 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.6.2 // indirect |
