* chg: chore: bump golang and deps * chg: chore: add riscv64 support * chg: chore: update goreleaser * chg: chore: disable cgo * chg: chore: tidy up deps * chg: chore: add build tags
27 lines
865 B
Modula-2
27 lines
865 B
Modula-2
module github.com/felipemarinho97/torrent-indexer
|
|
|
|
go 1.24
|
|
|
|
require github.com/redis/go-redis/v9 v9.11.0
|
|
|
|
require (
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
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
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.10.3
|
|
github.com/hbollon/go-edlib v1.6.0
|
|
github.com/prometheus/client_golang v1.22.0
|
|
github.com/xhit/go-str2duration/v2 v2.1.0
|
|
golang.org/x/net v0.42.0
|
|
)
|