Clone this repo:
  1. dec0365 sumdb: make data tiles by Server compatible with sum.golang.org by Mechiel Lukkien · 3 months ago master v0.22.0
  2. c8a7319 x/mod: fix handling of vendored packages with '/vendor' in non-top-level paths by Sam Thanawalla · 3 months ago
  3. 9cd0e4c x/mod: remove vendor/modules.txt from module download by Sam Thanawalla · 8 months ago
  4. 46a3137 zip: set GIT_DIR in test when using bare repositories by Michael Matloob · 5 months ago v0.21.0
  5. 3afcd4e go.mod: set go version to 1.22.0 by Michael Matloob · 5 months ago

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.