bt2qbt/go.mod
Alexey Kostin fda659db74
Cesu8 (#44)
* cesu8 handler

* resume file cesu8 handle

* utf8 emoji filepaths

* cesu8 emoji filepaths and torrent names

* cesu8 emoji filepaths and torrent names handling
improve tests

* add fastresume Name field

* update golang ver

* handle torrent files with cesu8 encoded file paths and handle them as NoSubfolder torrents for better compatibility

* fix cesu8 named single file torrents
2023-11-25 22:47:40 +03:00

14 lines
342 B
Modula-2

module github.com/rumanzo/bt2qbt
go 1.16
require (
github.com/crazytyper/go-cesu8 v0.0.0-20190615112902-270517b5a01c
github.com/davecgh/go-spew v1.1.0
github.com/fatih/color v1.13.0
github.com/jessevdk/go-flags v1.5.0
github.com/r3labs/diff/v2 v2.15.0
github.com/stretchr/testify v1.7.0 // indirect
github.com/zeebo/bencode v1.0.0
)