func golang.org/x/pkgsite/internal/worker.resolvedVersion

3 uses

	golang.org/x/pkgsite/internal/worker (current package)
		fetch.go#L220: 			main = resolvedVersion(ctx, modulePath, internal.MainVersion, f.ProxyClient)
		fetch.go#L228: 			master = resolvedVersion(ctx, modulePath, internal.MasterVersion, f.ProxyClient)
		fetch.go#L308: func resolvedVersion(ctx context.Context, modulePath, requestedVersion string, proxyClient *proxy.Client) string {