summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2020-07-08 16:54:04 +1000
committerJames Mills <prologic@shortcircuit.net.au>2020-07-08 16:54:04 +1000
commitefdcccc1a803a8cf6496cc96b57a4b29b9f6fd05 (patch)
tree3fae96e15080c5515222ce21591c1d9f7981d9f9 /go.mod
parent6a2eaefccae186430c3a3cd8822e61fb70749c7b (diff)
Update deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod17
1 files changed, 2 insertions, 15 deletions
diff --git a/go.mod b/go.mod
index 5c56317..bfa3713 100644
--- a/go.mod
+++ b/go.mod
@@ -3,21 +3,13 @@ module github.com/prologic/tube
go 1.14
require (
- github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298 // indirect
github.com/GeertJohan/go.rice v1.0.0
- github.com/apex/log v1.1.2
github.com/dhowden/tag v0.0.0-20190519100835-db0c67e351b1
- github.com/disintegration/gift v1.2.1 // indirect
- github.com/disintegration/imaging v1.6.2 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/fsnotify/fsnotify v1.4.7
- github.com/gen2brain/vidextr v0.0.0-20150926113638-1f7bdc5fda96
- github.com/gorilla/feeds v1.1.1
+ github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.2
- github.com/koyachi/go-nude v0.0.1 // indirect
- github.com/mitchellh/mapstructure v1.2.2 // indirect
- github.com/mutschler/mt v0.0.0-20200120124658-d48aed259ff6 // indirect
github.com/prologic/bitcask v0.3.5
github.com/prologic/vimeodl v0.0.0-20200328030915-d2b0e6272c23
github.com/renstrom/shortuuid v3.0.0+incompatible
@@ -25,11 +17,6 @@ require (
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
github.com/wybiral/feeds v1.1.1
- github.com/xfrr/goffmpeg v0.0.0-20191120110122-53b0a69281d4
- gitlab.com/opennota/screengen v0.0.0-20191122132138-74a8d677a1a5 // indirect
- 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-20191104094858-e8c54fb511f6
+ gopkg.in/yaml.v2 v2.2.4 // indirect
)