Clone this repo:
  1. 03901d3 go.mod: update golang.org/x dependencies by Gopher Robot · 2 weeks ago master v0.35.0
  2. 1ac721d go.mod: update golang.org/x dependencies by Gopher Robot · 7 weeks ago v0.34.0
  3. fb1fac8 all: upgrade go directive to at least 1.25.0 [generated] by Gopher Robot · 2 months ago
  4. 27761a2 go.mod: update golang.org/x dependencies by Gopher Robot · 2 months ago v0.33.0
  5. 4c04067 go.mod: update golang.org/x dependencies by Gopher Robot · 4 months ago v0.32.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.