2023-09-23 17:02:55 +00:00
|
|
|
module github.com/felipemarinho97/torrent-indexer
|
2022-04-21 15:14:49 -03:00
|
|
|
|
2025-07-29 13:22:21 -03:00
|
|
|
go 1.24
|
2022-08-30 02:21:55 +00:00
|
|
|
|
2025-07-29 13:22:21 -03:00
|
|
|
require github.com/redis/go-redis/v9 v9.11.0
|
2022-08-30 02:21:55 +00:00
|
|
|
|
2023-09-22 23:50:22 +00:00
|
|
|
require (
|
2025-07-29 13:22:21 -03:00
|
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
2024-03-10 14:00:07 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2025-07-29 13:22:21 -03:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2023-09-23 17:02:55 +00:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2025-07-29 13:22:21 -03:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
|
|
|
github.com/prometheus/client_model v0.6.2 // indirect
|
|
|
|
|
github.com/prometheus/common v0.65.0 // indirect
|
|
|
|
|
github.com/prometheus/procfs v0.17.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
|
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
2023-09-22 23:50:22 +00:00
|
|
|
)
|
|
|
|
|
|
2024-03-10 14:00:07 +00:00
|
|
|
require (
|
2025-07-29 13:22:21 -03:00
|
|
|
github.com/PuerkitoBio/goquery v1.10.3
|
2024-03-10 14:58:15 -03:00
|
|
|
github.com/hbollon/go-edlib v1.6.0
|
2025-07-29 13:22:21 -03:00
|
|
|
github.com/prometheus/client_golang v1.22.0
|
2024-12-11 16:01:09 -03:00
|
|
|
github.com/xhit/go-str2duration/v2 v2.1.0
|
2025-07-29 13:22:21 -03:00
|
|
|
golang.org/x/net v0.42.0
|
2024-03-10 14:00:07 +00:00
|
|
|
)
|