chg: feat: rewrite to be a torrent indexer
This commit is contained in:
13
go.mod
13
go.mod
@@ -1,15 +1,14 @@
|
||||
module github.com/felipemarinho97/vercel-lambdas
|
||||
module github.com/felipemarinho97/torrent-indexer
|
||||
|
||||
go 1.17
|
||||
go 1.18
|
||||
|
||||
require github.com/sirupsen/logrus v1.9.0
|
||||
require github.com/redis/go-redis/v9 v9.2.0
|
||||
|
||||
require (
|
||||
github.com/andybalholm/cascadia v1.3.1 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
golang.org/x/net v0.7.0 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.8.1
|
||||
golang.org/x/sys v0.5.0 // indirect
|
||||
)
|
||||
require github.com/PuerkitoBio/goquery v1.8.1
|
||||
|
||||
Reference in New Issue
Block a user