2020-07-08 09:50:53 +03:00
|
|
|
module github.com/prologic/tube
|
2020-03-21 01:20:16 +03:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-03-21 02:55:06 +03:00
|
|
|
github.com/GeertJohan/go.rice v1.0.0
|
2020-03-21 01:20:16 +03:00
|
|
|
github.com/dhowden/tag v0.0.0-20190519100835-db0c67e351b1
|
2020-03-27 11:16:23 +03:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2020-03-21 01:20:16 +03:00
|
|
|
github.com/fsnotify/fsnotify v1.4.7
|
2020-07-08 09:54:04 +03:00
|
|
|
github.com/google/uuid v1.1.1 // indirect
|
2020-03-25 00:12:31 +03:00
|
|
|
github.com/gorilla/handlers v1.4.2
|
2020-03-21 01:20:16 +03:00
|
|
|
github.com/gorilla/mux v1.7.2
|
2020-03-25 05:40:00 +03:00
|
|
|
github.com/prologic/bitcask v0.3.5
|
2020-03-28 06:11:54 +03:00
|
|
|
github.com/prologic/vimeodl v0.0.0-20200328030915-d2b0e6272c23
|
2020-03-21 15:58:14 +03:00
|
|
|
github.com/renstrom/shortuuid v3.0.0+incompatible
|
2020-03-28 05:16:45 +03:00
|
|
|
github.com/rs/zerolog v1.18.0 // indirect
|
|
|
|
github.com/rylio/ytdl v0.6.3-0.20200220142242-f3a87da86fb8
|
2020-03-21 01:31:24 +03:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-03-21 01:20:16 +03:00
|
|
|
github.com/wybiral/feeds v1.1.1
|
2020-07-08 09:54:04 +03:00
|
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
2020-03-21 01:20:16 +03:00
|
|
|
)
|