You've already forked torrent-client
mirror of
https://github.com/veggiedefender/torrent-client.git
synced 2025-11-06 09:29:16 +02:00
9 lines
172 B
Modula-2
9 lines
172 B
Modula-2
module github.com/veggiedefender/torrent-client
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/jackpal/bencode-go v0.0.0-20180813173944-227668e840fa
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|