This commit is contained in:
nikk gitanes
2022-05-16 19:16:26 +03:00
parent 4128c9e3d1
commit a804a7da5a

View File

@@ -3,7 +3,7 @@ module server
go 1.18 go 1.18
replace ( replace (
github.com/anacrolix/dms v1.4.0 => github.com/tsynik/dms v1.4.2 github.com/anacrolix/dms v1.4.0 => github.com/tsynik/dms v1.4.3
github.com/tidwall/btree v1.3.1 => github.com/tidwall/btree v0.7.2-0.20211211132910-4215444137fc github.com/tidwall/btree v1.3.1 => github.com/tidwall/btree v0.7.2-0.20211211132910-4215444137fc
) )