vendor/cmd/go/internal/modfetch: remove webtest usage in modfetch_test

The webtest hook no longer has any effect on these tests as of CL 107657.
That means the modfetch test is no longer hermetic (it actually talks
to GitHub), but a non-hermetic test is better than no test.

Keep webtest for future use: modfetch still uses web2 in a couple of places.

There are still a few failing tests in modfetch_test.
Those will be fixed in a later change.

Updates golang/go#25742.

Change-Id: Ib50838885fe9dc462ee9b03fcd9e29c1782e8dd6
Reviewed-on: https://go-review.googlesource.com/116835
Reviewed-by: Russ Cox <rsc@golang.org>
1 file changed
tree: f4e6cd266aea36f1f61dd2ecbce56c467e80b9a9
  1. vendor/
  2. AUTHORS
  3. codereview.cfg
  4. CONTRIBUTING.md
  5. CONTRIBUTORS
  6. LICENSE
  7. main.go
  8. PATENTS
  9. README.md
README.md

Versioned Go Prototype (vgo)

This repository holds a prototype of what the go command might look like with integrated support for package versioning.

See research.swtch.com/vgo for documents about the design.

Download/Install

Use go get -u golang.org/x/vgo.

You can also manually git clone the repository to $GOPATH/src/golang.org/x/vgo.

Report Issues / Send Patches

See CONTRIBUTING.md.

This is still a very early prototype. You are likely to run into bugs. Please file bugs in the main Go issue tracker, golang.org/issue, and put the prefix x/vgo: in the issue title.

Thank you.