mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
torrent: mute reader errors
This commit is contained in:
@@ -4,7 +4,7 @@ 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.20210907192509-2141ede9aa09
|
||||
github.com/anacrolix/torrent v1.31.0 => github.com/tsynik/torrent v1.2.7-0.20211007182755-0ee1ae08ca0f
|
||||
)
|
||||
|
||||
exclude github.com/willf/bitset v1.2.0
|
||||
@@ -16,7 +16,6 @@ require (
|
||||
github.com/anacrolix/dms v1.3.0
|
||||
github.com/anacrolix/missinggo v1.3.0
|
||||
github.com/anacrolix/torrent v1.31.0
|
||||
github.com/gin-contrib/cors v1.3.1
|
||||
github.com/gin-contrib/location v0.0.2
|
||||
github.com/gin-gonic/gin v1.7.4
|
||||
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
|
||||
|
||||
Reference in New Issue
Block a user