diff options
| author | James Mills <prologic@shortcircuit.net.au> | 2020-03-21 22:58:14 +1000 |
|---|---|---|
| committer | James Mills <prologic@shortcircuit.net.au> | 2020-03-21 22:58:14 +1000 |
| commit | ce3008222e924902352d697b45626aebd8980af1 (patch) | |
| tree | 7f621a3e8155287ffeab3f240b0b9e810355bda1 /go.mod | |
| parent | cf096b9a1610e1a97075206250537346d5467bfb (diff) | |
Refactor video uploading in preparation for async transcoding
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,11 +6,14 @@ require ( github.com/GeertJohan/go.rice v1.0.0 github.com/dhowden/tag v0.0.0-20190519100835-db0c67e351b1 github.com/fsnotify/fsnotify v1.4.7 + github.com/google/uuid v1.1.1 // indirect github.com/gorilla/feeds v1.1.1 github.com/gorilla/mux v1.7.2 + github.com/renstrom/shortuuid v3.0.0+incompatible github.com/sirupsen/logrus v1.4.2 github.com/spf13/pflag v1.0.5 github.com/wybiral/feeds v1.1.1 + github.com/xfrr/goffmpeg v0.0.0-20191120110122-53b0a69281d4 golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 golang.org/x/net v0.0.0-20190628185345-da137c7871d7 golang.org/x/sys v0.0.0-20190626221950-04f50cda93cb |
