1
0
mirror of https://github.com/varbhat/torpar.git synced 2021-08-02 01:37:31 +03:00

minor fixes

This commit is contained in:
Var Bhat
2021-07-20 18:38:58 +05:30
parent 7c813cf529
commit f3e3432f26
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<p align="center">TUI Client for Torrent Paradise</p>
## Introduction
`torpar` is TUI client to [Torrent Paradise](https://torrent-paradise.ml/) .
`torpar` is TUI client for [Torrent Paradise](https://torrent-paradise.ml/) .
[Torrent Paradise](https://torrent-paradise.ml/) is Decentralized DHT Torrent Search Site ([Source](https://github.com/urbanguacamole/torrent-paradise))

1
go.sum
View File

@@ -4,6 +4,7 @@ github.com/cheynewallace/tabby v1.1.1 h1:JvUR8waht4Y0S3JF17G6Vhyt+FRhnqVCkk8l4Yr
github.com/cheynewallace/tabby v1.1.1/go.mod h1:Pba/6cUL8uYqvOc9RkyvFbHGrQ9wShyrn6/S/1OYVys=
github.com/jroimartin/gocui v0.4.0 h1:52jnalstgmc25FmtGcWqa0tcbMEWS6RpFLsOIO+I+E8=
github.com/jroimartin/gocui v0.4.0/go.mod h1:7i7bbj99OgFHzo7kB2zPb8pXLqMBSQegY7azfqXMkyY=
github.com/mattn/go-runewidth v0.0.9 h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
github.com/mattn/go-runewidth v0.0.13 h1:lTGmDsbAYt5DmK6OnoV7EuIF1wEIFAcxld6ypU4OSgU=
github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=