2020-03-29 11:39:02 +00:00
|
|
|
module github.com/urbanguacamole/torrent-paradise
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
|
|
|
github.com/PuerkitoBio/goquery v1.5.1 // indirect
|
|
|
|
github.com/etix/goscrape v0.0.0-20180731120256-0265a7239aef
|
|
|
|
github.com/lib/pq v1.3.0
|
2020-07-08 10:57:33 +00:00
|
|
|
github.com/mmcdole/gofeed v1.0.0
|
2020-03-29 11:39:02 +00:00
|
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
2020-07-10 08:22:07 +00:00
|
|
|
github.com/urbanguacamole/dht v0.0.0-20190320084728-1b3b78ecf279
|
2020-03-29 11:39:02 +00:00
|
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
|
|
|
)
|