mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
torrent mod update
This commit is contained in:
@@ -4,12 +4,13 @@ go 1.17
|
||||
|
||||
replace (
|
||||
github.com/anacrolix/dms v1.3.0 => github.com/tsynik/dms v0.0.0-20210911171915-d3d89ee99163
|
||||
github.com/anacrolix/torrent v1.31.0 => github.com/tsynik/torrent v1.2.7-0.20211007182755-0ee1ae08ca0f
|
||||
github.com/anacrolix/torrent v1.31.0 => github.com/tsynik/torrent v1.2.7-0.20211007185359-9e08f1da608f
|
||||
)
|
||||
|
||||
exclude github.com/willf/bitset v1.2.0
|
||||
|
||||
exclude github.com/willf/bitset v1.2.1
|
||||
exclude (
|
||||
github.com/willf/bitset v1.2.0
|
||||
github.com/willf/bitset v1.2.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/alexflint/go-arg v1.3.0
|
||||
@@ -29,7 +30,7 @@ require (
|
||||
github.com/alexflint/go-scalar v1.0.0 // indirect
|
||||
github.com/anacrolix/chansync v0.2.0 // indirect
|
||||
github.com/anacrolix/confluence v1.8.0 // indirect
|
||||
github.com/anacrolix/dht/v2 v2.10.4 // indirect
|
||||
github.com/anacrolix/dht/v2 v2.10.5 // indirect
|
||||
github.com/anacrolix/ffprobe v1.0.0 // indirect
|
||||
github.com/anacrolix/log v0.9.0 // indirect
|
||||
github.com/anacrolix/missinggo/perf v1.0.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user