1
0
mirror of https://github.com/veggiedefender/torrent-client.git synced 2025-11-06 09:29:16 +02:00
Files
torrent-client/go.mod
2019-12-29 19:36:24 -05:00

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
)