summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2021-03-25 21:36:39 +1000
committerJames Mills <prologic@shortcircuit.net.au>2021-03-25 21:36:39 +1000
commit43e093e38ec70213ac92e4c35a64b37250356258 (patch)
tree263df9f0be9733683cc80e1e57fe19df3ec0da60 /go.mod
parent3ab82de433cd260303e933628e4a07c96df5154a (diff)
Update deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 1 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index bfa3713..94ad529 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module github.com/prologic/tube
go 1.14
require (
+ github.com/Andreychik32/ytdl v1.0.4
github.com/GeertJohan/go.rice v1.0.0
github.com/dhowden/tag v0.0.0-20190519100835-db0c67e351b1
github.com/dustin/go-humanize v1.0.0
@@ -13,10 +14,7 @@ require (
github.com/prologic/bitcask v0.3.5
github.com/prologic/vimeodl v0.0.0-20200328030915-d2b0e6272c23
github.com/renstrom/shortuuid v3.0.0+incompatible
- 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/wybiral/feeds v1.1.1
- gopkg.in/yaml.v2 v2.2.4 // indirect
)