jpillora / cloud-torrent

☁️ Cloud Torrent: a self-hosted remote torrent client
GNU Affero General Public License v3.0
5.73k stars 1.82k forks source link

Cannot complie with golang. Can you use gomod to select version #312

Open qq1091192337 opened 3 years ago

qq1091192337 commented 3 years ago

It Cannot Work When I Complied with Golang.

The reason is that the "github.com/anacrolix/torrent" is updated and dependencies is updated. webrtc is updated to V3 and so on .

I just want to add some code to upload file to CDN and do some bugfix.

but the problem is that version on dependencies is not proper. So please use newest gomod to manage the version.

Thank you

qq1091192337 commented 3 years ago

@jpillora