Modprox should only add semver-versions or pseudo-versions of modules. I think the behavior should be similar to that of `go get`: resolve a non-semver tag to a revision and add the module by its pseudo-version. See [this](https://github.com/golang/go/wiki/Modules#can-a-module-consume-a-package-that-has-not-opted-in-to-modules) and [this](https://golang.org/cmd/go/#hdr-Pseudo_versions) for more info on pseudo-version handling.
Modprox should only add semver-versions or pseudo-versions of modules.
I think the behavior should be similar to that of
go get: resolve a non-semver tag to a revision and add the module by its pseudo-version.See this and this for more info on pseudo-version handling.