summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 7aed13b..6c038cb 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,8 @@ module git.mills.io/prologic/tube
go 1.16
require (
+ git.mills.io/prologic/bitcask v1.0.0
+ git.mills.io/prologic/vimeodl v0.0.0-20210827153510-f28ed0158ec3
github.com/Andreychik32/ytdl v1.0.4
github.com/GeertJohan/go.rice v1.0.2
github.com/dhowden/tag v0.0.0-20201120070457-d52dcb253c63
@@ -10,9 +12,8 @@ require (
github.com/fsnotify/fsnotify v1.4.9
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
+ github.com/kr/pretty v0.3.0 // indirect
github.com/lithammer/shortuuid/v3 v3.0.7
- git.mills.io/prologic/bitcask v0.3.10
- git.mills.io/prologic/vimeodl v0.0.0-20200328030915-d2b0e6272c23
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
github.com/wybiral/feeds v1.1.1