Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Retract erroneous go module versions (#11)
From the brief stint of the PGV repository being renamed to `protovalidate`, the Go module proxy has become a bit confused about this module. We should be able to correct the proxy (and potentially pkg.go.dev documentation) by creating the module directly and retracting all previous versions reported here: ```sh $ curl https://proxy.golang.org/github.com/bufbuild/protovalidate/@v/list # all the versions retracted in this go.mod patch ``` The current version reported by the proxy is v0.1.5, so this should work according to the retract documentation. ```sh $ curl https://proxy.golang.org/github.com/bufbuild/protovalidate/@latest {"Version":"v0.1.5","Time":"2023-06-01T18:26:24Z","Origin":{"VCS":"git","URL":"https://github.com/bufbuild/protovalidate","Ref":"refs/tags/v0.1.5","Hash":"9c8e723aa8d7d34c72701585e3da2323203d4e85"}}% ```
- Loading branch information