]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Retract last few minor versions with peer-requesting issues
authorMatt Joiner <anacrolix@gmail.com>
Sun, 12 Dec 2021 07:24:27 +0000 (18:24 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 12 Dec 2021 07:34:31 +0000 (18:34 +1100)
(cherry picked from commit 85a436a5ca75a47a52dcab9648d85f3c3fb53e35)

go.mod

diff --git a/go.mod b/go.mod
index cfa53bbd8d155ceb2da00af2e49ba6d430c18f8e..5182ed79f69d0759827b147b188e29d43b015ff3 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -86,3 +86,8 @@ require (
        // https://gitlab.com/cznic/sqlite/-/issues/77#note_744477407
        modernc.org/sqlite v1.14.2-0.20211125151325-d4ed92c0a70f // indirect
 )
+
+retract (
+       // peer-requesting doesn't scale
+       [v1.34.0, v1.38.1]
+)