Clone this repo:
  1. d0a27b2 modfile: fix Cleanup and DropTool documentation by cuishuang · 3 weeks ago master v0.41.0
  2. d12008c all: upgrade go directive to at least 1.26.0 [generated] by Gopher Robot · 3 weeks ago
  3. d3398d0 go.mod: update golang.org/x dependencies by Gopher Robot · 4 weeks ago v0.40.0
  4. 57549bf sumdb: ignore unrelated hashes in Lookup by Roland Shoemaker · 7 weeks ago
  5. 96f62ae sumdb/tlog: fix TileHashReader authentication bypass by Filippo Valsorda · 7 weeks 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.