We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b378606 commit 26dd519Copy full SHA for 26dd519
go.mod
@@ -161,8 +161,8 @@ replace (
161
)
162
163
retract (
164
+ v1.15.22 // typo in the version number.
165
v1.16.15 // typo in the version number.
166
v1.16.16 // contains only retractions, has to be newer than 1.16.15.
- v1.15.22 // typo in the version number.
167
- v1.15.23 // contains only retractions, has to be newer than 1.15.22.
+ v1.16.17 // contains only retractions, new version to retract 1.15.22.
168
0 commit comments