projects
/
btrtrc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e81e12f
)
Retract last few minor versions with peer-requesting issues
v1.38.1
author
Matt Joiner <anacrolix@gmail.com>
Sun, 12 Dec 2021 07:24:27 +0000 (18:24 +1100)
committer
Matt Joiner <anacrolix@gmail.com>
Sun, 12 Dec 2021 07:24:27 +0000 (18:24 +1100)
go.mod
patch
|
blob
|
history
diff --git
a/go.mod
b/go.mod
index 66427762bda8f7f36060992ba19be02c0fc67085..7716ee3d1e0da4fa1848bd8a1b9f4bf7bab0705e 100644
(file)
--- a/
go.mod
+++ b/
go.mod
@@
-79,3
+79,8
@@
require (
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)
+
+retract (
+ // peer-requesting doesn't scale
+ [v1.34.0, v1.38.1]
+)