-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
72 lines (68 loc) · 3.12 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
module github.com/odwrtw/polochon
go 1.21.3
toolchain go1.21.4
require (
github.com/agnivade/levenshtein v1.1.1
github.com/dustin/go-humanize v1.0.1
github.com/gorilla/mux v1.8.1
github.com/gregdel/argo v0.0.0-20190104143955-4ac365771987
github.com/gregdel/pushover v1.3.0
github.com/hanwen/go-fuse/v2 v2.5.1
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/odwrtw/addicted v0.0.0-20231023211155-d92e1eb251c5
github.com/odwrtw/eztv v0.0.0-20231026192001-039613c81a8e
github.com/odwrtw/fanarttv v0.0.0-20170412122542-9f67d3cf0188
github.com/odwrtw/guessit v0.0.0-20221028215709-d4336685bdaa
github.com/odwrtw/imdb-watchlist v0.0.0-20190417175016-b7a9f7503d69
github.com/odwrtw/tpb v0.0.0-20200507114501-df19547bbff1
github.com/odwrtw/trakttv v0.0.0-20240209094722-243ee0386b1a
github.com/odwrtw/transmission v0.0.0-20221028215408-b11d7d55c759
github.com/odwrtw/yifysubs v0.0.0-20240207155719-c57d8c244477
github.com/odwrtw/yts v0.0.0-20231024130053-dfa826fee7b6
github.com/oz/osdb v0.0.0-20221214175751-f169057712ec
github.com/phyber/negroni-gzip v1.0.0
github.com/pioz/tvdb v0.0.0-20221212235421-03519fb7a0e2
github.com/prometheus/client_golang v1.17.0
github.com/remko/go-mkvparse v0.14.0
github.com/robfig/cron/v3 v3.0.1
github.com/ryanbradynd05/go-tmdb v0.0.0-20230108222638-2a68dc6ff40c
github.com/sirupsen/logrus v1.9.3
github.com/urfave/negroni v1.0.0
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/unrolled/render.v1 v1.0.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/antchfx/htmlquery v1.3.0 // indirect
github.com/antchfx/xmlquery v1.3.18 // indirect
github.com/antchfx/xpath v1.2.5 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly/v2 v2.1.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/gorilla/rpc v1.1.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/jpillora/scraper v0.3.0 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b // indirect
github.com/kr/text v0.2.0 // indirect
github.com/kylelemons/go-gypsy v1.0.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/prometheus/client_model v0.4.1-0.20230718164431-9a2bf3000d16 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc // indirect
)