mirror of
https://github.com/urbanguacamole/torrent-paradise
synced 2024-10-31 21:20:13 +00:00
16 lines
496 B
Modula-2
16 lines
496 B
Modula-2
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
|
|
github.com/mmcdole/gofeed v1.0.0
|
|
github.com/stretchr/testify v1.5.1 // indirect
|
|
github.com/urbanguacamole/dht v0.0.0-20190320084728-1b3b78ecf279
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
)
|