[mirror] Go module mechanics libraries
Find a file
Gopher Robot 1ac721dff8 go.mod: update golang.org/x dependencies
Update golang.org/x dependencies to their latest tagged versions.

Change-Id: Ide1fe826ddfd65a5ffa31a076813ec9d8961b5ea
Reviewed-on: https://go-review.googlesource.com/c/mod/+/752820
Auto-Submit: Gopher Robot <gobot@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
2026-03-09 18:41:08 -07:00
gosumcheck all: replace io/ioutil with io and os package 2023-01-23 15:43:26 +00:00
internal/lazyregexp all: add godoc links 2023-06-21 11:18:17 +00:00
modfile x/mod: apply go fix and go vet 2025-11-14 13:55:01 -08:00
module x/mod: apply go fix and go vet 2025-11-14 13:55:01 -08:00
semver x/mod: apply go fix and go vet 2025-11-14 13:55:01 -08:00
sumdb sumdb/note: delete chop 2025-11-14 19:20:19 -08:00
zip x/mod: apply go fix and go vet 2025-11-14 13:55:01 -08:00
codereview.cfg x/mod: initial commit 2019-05-10 09:14:24 -04:00
go.mod go.mod: update golang.org/x dependencies 2026-03-09 18:41:08 -07:00
go.sum go.mod: update golang.org/x dependencies 2026-03-09 18:41:08 -07:00
LICENSE LICENSE: update per Google Legal 2024-07-16 16:15:54 +00:00
PATENTS x/mod: initial commit 2019-05-10 09:14:24 -04:00
README.md README: fix link to x/tools 2024-07-30 14:22:55 +00:00

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.