2021-07-13 01:34:56 +03:00
|
|
|
module git.mills.io/prologic/tube
|
2020-03-21 01:20:16 +03:00
|
|
|
|
2024-02-17 00:00:02 +03:00
|
|
|
go 1.22
|
2020-03-21 01:20:16 +03:00
|
|
|
|
|
|
|
require (
|
2021-08-27 18:36:53 +03:00
|
|
|
git.mills.io/prologic/vimeodl v0.0.0-20210827153510-f28ed0158ec3
|
2021-03-25 14:36:39 +03:00
|
|
|
github.com/Andreychik32/ytdl v1.0.4
|
2023-01-21 04:10:20 +03:00
|
|
|
github.com/cyphar/filepath-securejoin v0.2.3
|
2022-07-23 04:26:42 +03:00
|
|
|
github.com/dhowden/tag v0.0.0-20220618230019-adf36e896086
|
2023-01-21 04:10:20 +03:00
|
|
|
github.com/dustin/go-humanize v1.0.1
|
2024-02-17 00:00:02 +03:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0
|
2021-06-08 15:43:53 +03:00
|
|
|
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
|
2024-02-17 00:00:02 +03:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
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
|
2024-02-17 00:00:02 +03:00
|
|
|
go.mills.io/bitcask/v2 v2.0.3
|
2023-01-21 04:10:20 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2020-03-21 01:20:16 +03:00
|
|
|
)
|
2022-07-23 04:26:42 +03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/abcum/lcp v0.0.0-20201209214815-7a3f3840be81 // indirect
|
2023-01-21 04:10:20 +03:00
|
|
|
github.com/antchfx/jsonquery v1.3.1 // indirect
|
|
|
|
github.com/antchfx/xpath v1.2.2 // indirect
|
2022-07-23 04:26:42 +03:00
|
|
|
github.com/felixge/httpsnoop v1.0.3 // indirect
|
|
|
|
github.com/gofrs/flock v0.8.1 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
github.com/google/uuid v1.3.0 // indirect
|
2024-02-17 00:00:02 +03:00
|
|
|
github.com/hashicorp/go-immutable-radix/v2 v2.0.0 // indirect
|
|
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
2022-07-23 04:26:42 +03:00
|
|
|
github.com/kr/pretty v0.3.0 // indirect
|
2024-02-17 00:00:02 +03:00
|
|
|
github.com/mattetti/filebuffer v1.0.1 // indirect
|
2023-01-21 04:10:20 +03:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
2022-07-23 04:26:42 +03:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2023-01-21 04:10:20 +03:00
|
|
|
github.com/rs/zerolog v1.28.0 // indirect
|
2024-02-17 00:00:02 +03:00
|
|
|
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
|
|
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2022-07-23 04:26:42 +03:00
|
|
|
)
|