mirror of
https://github.com/rumanzo/bt2qbt.git
synced 2024-11-09 12:22:38 +01:00
fda659db74
* 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
14 lines
342 B
Modula-2
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
|
|
)
|