mirror of
https://github.com/golang/mod.git
synced 2026-03-20 05:04:15 +00:00
[mirror] Go module mechanics libraries
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> |
||
|---|---|---|
| gosumcheck | ||
| internal/lazyregexp | ||
| modfile | ||
| module | ||
| semver | ||
| sumdb | ||
| zip | ||
| codereview.cfg | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| PATENTS | ||
| README.md | ||
mod
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.