fix upnp mod

This commit is contained in:
nikk gitanes
2025-01-25 12:32:24 +03:00
parent 85f96b399c
commit 63ab4aa638
2 changed files with 6 additions and 3 deletions

View File

@@ -4,7 +4,10 @@ go 1.21
toolchain go1.23.2
replace github.com/anacrolix/torrent v1.54.1 => github.com/tsynik/torrent v1.2.22
replace (
github.com/anacrolix/torrent v1.54.1 => github.com/tsynik/torrent v1.2.22
github.com/anacrolix/upnp v0.1.4 => github.com/tsynik/upnp v0.1.5
)
require (
github.com/agnivade/levenshtein v1.1.1