mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 05:26:09 +05:00
fix panic with DHT on armv7
This commit is contained in:
@@ -2,8 +2,11 @@ module server
|
||||
|
||||
go 1.16
|
||||
|
||||
replace github.com/anacrolix/dht/v2 v2.9.1 => github.com/anacrolix/dht/v2 v2.10.0
|
||||
|
||||
require (
|
||||
github.com/alexflint/go-arg v1.3.0
|
||||
github.com/anacrolix/dht/v2 v2.10.0 // indirect
|
||||
github.com/anacrolix/missinggo v1.3.0
|
||||
github.com/anacrolix/torrent v1.29.1
|
||||
github.com/gin-contrib/cors v1.3.1
|
||||
|
||||
Reference in New Issue
Block a user