The 6.0.5851 tag is available on the official Go proxy but not on this repository. This causes issues for developers that don't use the official Go proxy. The tag should be added back on the original commit if possible, and the version retracted instead.
Expected behavior
Any tag available on the official Go proxy should also be available on this repository
Environment
The relevant information is the GOPROXY value. It can be reproduced if the value is GOPROXY=direct.
How to Reproduce
List the available versions for this module both with and without using the official proxy:
Description
The
6.0.5851
tag is available on the official Go proxy but not on this repository. This causes issues for developers that don't use the official Go proxy. The tag should be added back on the original commit if possible, and the versionretract
ed instead.Expected behavior
Any tag available on the official Go proxy should also be available on this repository
Environment
The relevant information is the
GOPROXY
value. It can be reproduced if the value isGOPROXY=direct
.How to Reproduce
List the available versions for this module both with and without using the official proxy:
With the proxy:
Without the proxy:
Additional Notes
It is impossible to remove the module from the Go proxy, so the correct approach is to
retract
directive for the bad version.Otherwise, this will break people's builds, and automatic dependency management tools may still see the bad version and suggest upgrading to it.