Clone this repo:
  1. 4c04067 go.mod: update golang.org/x dependencies by Gopher Robot · 3 days ago master v0.32.0
  2. d271cf3 go.mod: update golang.org/x dependencies by Gopher Robot · 5 weeks ago v0.31.0
  3. 269c237 sumdb/note: delete chop by Dmitri Shuralyov · 8 weeks ago
  4. 3f03020 x/mod: apply go fix and go vet by Alan Donovan · 8 weeks ago
  5. 7416265 go.mod: update golang.org/x dependencies by Gopher Robot · 9 weeks ago v0.30.0

mod

PkgGoDev

This repository holds packages for writing tools that work directly with Go module mechanics. That is, it is for direct manipulation of Go modules themselves.

It is NOT about supporting general development tools that need to do things like load packages in module mode. That use case, where modules are incidental rather than the focus, should remain in x/tools, specifically x/tools/go/packages.

The specific case of loading packages should still be done by invoking the go command, which remains the single point of truth for package loading algorithms.