2020-07-08 09:50:53 +03:00
|
|
|
module github.com/prologic/tube
|
2020-03-21 01:20:16 +03:00
|
|
|
|
2021-06-08 15:43:53 +03:00
|
|
|
go 1.16
|
2020-03-21 01:20:16 +03:00
|
|
|
|
|
|
|
require (
|
2021-03-25 14:36:39 +03:00
|
|
|
github.com/Andreychik32/ytdl v1.0.4
|
2021-06-08 15:43:53 +03:00
|
|
|
github.com/GeertJohan/go.rice v1.0.2
|
|
|
|
github.com/dhowden/tag v0.0.0-20201120070457-d52dcb253c63
|
2020-03-27 11:16:23 +03:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2021-06-08 15:43:53 +03:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9
|
|
|
|
github.com/gorilla/handlers v1.5.1
|
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-06-08 15:49:56 +03:00
|
|
|
github.com/lithammer/shortuuid/v3 v3.0.7
|
2021-06-08 15:43:53 +03:00
|
|
|
github.com/prologic/bitcask v0.3.10
|
2020-03-28 06:11:54 +03:00
|
|
|
github.com/prologic/vimeodl v0.0.0-20200328030915-d2b0e6272c23
|
2021-06-08 15:43:53 +03:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2020-03-21 01:31:24 +03:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-03-21 01:20:16 +03:00
|
|
|
github.com/wybiral/feeds v1.1.1
|
|
|
|
)
|